Home
last modified time | relevance | path

Searched refs:getNumStoredSelLocs (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h1064 unsigned getNumStoredSelLocs() const { in getNumStoredSelLocs() function
H A DDeclObjC.h213 unsigned getNumStoredSelLocs() const { in getNumStoredSelLocs() function
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1394 Record.push_back(E->getNumStoredSelLocs()); in VisitObjCMessageExpr()
1431 for (unsigned i = 0, e = E->getNumStoredSelLocs(); i != e; ++i) in VisitObjCMessageExpr()
H A DASTWriterDecl.cpp720 unsigned NumStoredSelLocs = D->getNumStoredSelLocs(); in VisitObjCMethodDecl()