Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h761 SourceLocation getReceiverLocation() const { return ReceiverLoc; } in getReceiverLocation() function
780 : getReceiverLocation(); in getBeginLoc()
H A DRecursiveASTVisitor.h2780 Data.NameLoc = S->getReceiverLocation();
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1374 Record.AddSourceLocation(E->getReceiverLocation()); in VisitObjCPropertyRefExpr()