Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h600 SourceLocation getOpLoc() const { return OpLoc; } in getOpLoc() function
1526 SourceLocation getOpLoc() const { return OpLoc; } in getOpLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1018 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIsaExpr()
1455 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIvarRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp621 SourceRange(OIRE->getOpLoc(), AssignLoc), ",") in DiagnoseDirectIsaAccess()
636 SourceRange(OIRE->getOpLoc(), OIRE->getEndLoc()), ")"); in DiagnoseDirectIsaAccess()
699 SourceRange(OISA->getOpLoc(), OISA->getIsaMemberLoc()), ")"); in DefaultLvalueConversion()
15832 << FixItHint::CreateReplacement(SourceRange(OISA->getOpLoc(), OpLoc), in CreateBuiltinBinOp()
H A DTreeTransform.h14768 E->getOpLoc(), in TransformObjCIsaExpr()