Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h597 SourceLocation getOpLoc() const { return OpLoc; } in getOpLoc() function
1516 SourceLocation getOpLoc() const { return OpLoc; } in getOpLoc() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp933 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIsaExpr()
1354 Record.AddSourceLocation(E->getOpLoc()); in VisitObjCIvarRefExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp606 SourceRange(OIRE->getOpLoc(), AssignLoc), ",") in DiagnoseDirectIsaAccess()
621 SourceRange(OIRE->getOpLoc(), OIRE->getEndLoc()), ")"); in DiagnoseDirectIsaAccess()
684 SourceRange(OISA->getOpLoc(), OISA->getIsaMemberLoc()), ")"); in DefaultLvalueConversion()
15345 << FixItHint::CreateReplacement(SourceRange(OISA->getOpLoc(), OpLoc), in CreateBuiltinBinOp()
H A DTreeTransform.h14485 E->getOpLoc(), in TransformObjCIsaExpr()