Home
last modified time | relevance | path

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

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