Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp6312 ArrayRef<ObjCMethodDecl *> getFactoryMethods() const { in getFactoryMethods() function in clang::serialization::ReadMethodPoolVisitor
6341 Visitor.getFactoryMethods().empty()) in ReadMethodPool()
6354 addMethodsToPool(S, Visitor.getFactoryMethods(), Pos->second.second); in ReadMethodPool()