Home
last modified time | relevance | path

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

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