Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h980 SourceLocation *getStoredSelLocs() { in getStoredSelLocs() function
983 const SourceLocation *getStoredSelLocs() const { in getStoredSelLocs() function
1320 return getStoredSelLocs()[Index]; in getSelectorLoc()
DDeclObjC.h196 SourceLocation *getStoredSelLocs() { in getStoredSelLocs() function
199 const SourceLocation *getStoredSelLocs() const { in getStoredSelLocs() function
318 return getStoredSelLocs()[Index]; in getSelectorLoc()
/external/clang/lib/AST/
DDeclObjC.cpp456 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs()); in setParamsAndSelLocs()
DExpr.cpp3215 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs()); in initArgsAndSelLocs()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp445 SourceLocation *SelLocs = D->getStoredSelLocs(); in VisitObjCMethodDecl()
DASTWriterStmt.cpp939 SourceLocation *Locs = E->getStoredSelLocs(); in VisitObjCMessageExpr()
DASTReaderStmt.cpp975 SourceLocation *Locs = E->getStoredSelLocs(); in VisitObjCMessageExpr()