Home
last modified time | relevance | path

Searched refs:getStoredSelLocs (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DExprObjC.h978 SourceLocation *getStoredSelLocs() {
981 const SourceLocation *getStoredSelLocs() const {
1329 return getStoredSelLocs()[Index];
DDeclObjC.h198 SourceLocation *getStoredSelLocs() { in getStoredSelLocs() function
201 const SourceLocation *getStoredSelLocs() const { in getStoredSelLocs() function
320 return getStoredSelLocs()[Index]; in getSelectorLoc()
/external/clang/lib/AST/
DDeclObjC.cpp520 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs()); in setParamsAndSelLocs()
DExpr.cpp3341 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs()); in initArgsAndSelLocs()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp451 SourceLocation *SelLocs = D->getStoredSelLocs(); in VisitObjCMethodDecl()
DASTWriterStmt.cpp941 SourceLocation *Locs = E->getStoredSelLocs(); in VisitObjCMessageExpr()
DASTReaderStmt.cpp977 SourceLocation *Locs = E->getStoredSelLocs(); in VisitObjCMessageExpr()