Home
last modified time | relevance | path

Searched refs:getOpLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h597 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 DASTWriterStmt.cpp935 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIsaExpr()
1356 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIvarRefExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp602 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 DTreeTransform.h14297 E->getOpLoc(), in TransformObjCIsaExpr()