Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h974 SourceLocation *getStoredSelLocs() {
977 const SourceLocation *getStoredSelLocs() const {
1326 return getStoredSelLocs()[Index];
DDeclObjC.h198 SourceLocation *getStoredSelLocs() { in getStoredSelLocs() function
201 const SourceLocation *getStoredSelLocs() const { in getStoredSelLocs() function
309 return getStoredSelLocs()[Index]; in getSelectorLoc()
/external/clang/lib/AST/
DExprObjC.cpp196 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs()); in initArgsAndSelLocs()
DDeclObjC.cpp811 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs()); in setParamsAndSelLocs()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp646 SourceLocation *SelLocs = D->getStoredSelLocs(); in VisitObjCMethodDecl()
DASTWriterStmt.cpp1076 SourceLocation *Locs = E->getStoredSelLocs(); in VisitObjCMessageExpr()
DASTReaderStmt.cpp1118 SourceLocation *Locs = E->getStoredSelLocs(); in VisitObjCMessageExpr()