Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp8250 ArrayRef<ObjCMethodDecl *> getInstanceMethods() const { in getInstanceMethods() function in clang::serialization::ReadMethodPoolVisitor
8291 if (Visitor.getInstanceMethods().empty() && in ReadMethodPool()
8313 addMethodsToPool(S, Visitor.getInstanceMethods(), Pos->second.first); in ReadMethodPool()