Searched refs:getOpLoc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 597 SourceLocation getOpLoc() const { return OpLoc; } in getOpLoc() function 1517 SourceLocation getOpLoc() const { return OpLoc; } in getOpLoc() function
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 935 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIsaExpr() 1356 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIvarRefExpr()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 602 SourceRange(OIRE->getOpLoc(), AssignLoc), ",") in DiagnoseDirectIsaAccess() 617 SourceRange(OIRE->getOpLoc(), OIRE->getEndLoc()), ")"); in DiagnoseDirectIsaAccess() 680 SourceRange(OISA->getOpLoc(), OISA->getIsaMemberLoc()), ")"); in DefaultLvalueConversion() 15066 << FixItHint::CreateReplacement(SourceRange(OISA->getOpLoc(), OpLoc), in CreateBuiltinBinOp()
|
| H A D | TreeTransform.h | 14297 E->getOpLoc(), in TransformObjCIsaExpr()
|