Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp937 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIsaExpr()
1358 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIvarRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp597 SourceRange(OIRE->getOpLoc(), AssignLoc), ",") in DiagnoseDirectIsaAccess()
612 SourceRange(OIRE->getOpLoc(), OIRE->getEndLoc()), ")"); in DiagnoseDirectIsaAccess()
675 SourceRange(OISA->getOpLoc(), OISA->getIsaMemberLoc()), ")"); in DefaultLvalueConversion()
14306 << FixItHint::CreateReplacement(SourceRange(OISA->getOpLoc(), OpLoc), in CreateBuiltinBinOp()
H A DTreeTransform.h14002 E->getOpLoc(), in TransformObjCIsaExpr()