Home
last modified time | relevance | path

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

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