Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h598 SourceLocation getOpLoc() const { return OpLoc; } in getOpLoc() function
1519 SourceLocation getOpLoc() const { return OpLoc; } in getOpLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1036 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIsaExpr()
1488 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIvarRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp608 SourceRange(OIRE->getOpLoc(), AssignLoc), ",") in DiagnoseDirectIsaAccess()
623 SourceRange(OIRE->getOpLoc(), OIRE->getEndLoc()), ")"); in DiagnoseDirectIsaAccess()
688 SourceRange(OISA->getOpLoc(), OISA->getIsaMemberLoc()), ")"); in DefaultLvalueConversion()
15195 << FixItHint::CreateReplacement(SourceRange(OISA->getOpLoc(), OpLoc), in CreateBuiltinBinOp()
H A DTreeTransform.h16941 E->getOpLoc(), in TransformObjCIsaExpr()