Home
last modified time | relevance | path

Searched refs:getReceiverLocation (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h764 SourceLocation getReceiverLocation() const { return ReceiverLoc; } in getReceiverLocation() function
783 : getReceiverLocation(); in getBeginLoc()
H A DRecursiveASTVisitor.h2842 Data.NameLoc = S->getReceiverLocation();
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1483 Record.AddSourceLocation(E->getReceiverLocation()); in VisitObjCPropertyRefExpr()