Home
last modified time | relevance | path

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

/src/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
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1018 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIsaExpr()
1465 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIvarRefExpr()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp611 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 DTreeTransform.h15802 E->getOpLoc(), in TransformObjCIsaExpr()