Searched refs:getOpLoc (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 600 SourceLocation getOpLoc() const { return OpLoc; } in getOpLoc() function 1526 SourceLocation getOpLoc() const { return OpLoc; } in getOpLoc() function
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1018 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIsaExpr() 1465 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIvarRefExpr()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 611 SourceRange(OIRE->getOpLoc(), AssignLoc), ",") in DiagnoseDirectIsaAccess() 626 SourceRange(OIRE->getOpLoc(), OIRE->getEndLoc()), ")"); in DiagnoseDirectIsaAccess() 691 SourceRange(OISA->getOpLoc(), OISA->getIsaMemberLoc()), ")"); in DefaultLvalueConversion() 14833 << FixItHint::CreateReplacement(SourceRange(OISA->getOpLoc(), OpLoc), in CreateBuiltinBinOp()
|
| H A D | TreeTransform.h | 15802 E->getOpLoc(), in TransformObjCIsaExpr()
|