Home
last modified time | relevance | path

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

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