Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9193 ArrayRef<ObjCMethodDecl *> getFactoryMethods() const { in getFactoryMethods() function in clang::serialization::ReadMethodPoolVisitor
9230 Visitor.getFactoryMethods().empty()) in ReadMethodPool()
9250 addMethodsToPool(S, Visitor.getFactoryMethods(), Methods.second); in ReadMethodPool()