Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1438 void loadObjCCategories(GlobalDeclID ID, ObjCInterfaceDecl *D,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4189 loadObjCCategories(ID, Class); in ReadDeclRecord()
4501 void ASTReader::loadObjCCategories(GlobalDeclID ID, ObjCInterfaceDecl *D, in loadObjCCategories() function in ASTReader
H A DASTReader.cpp4652 loadObjCCategories(ObjCClassesLoaded[I]->getGlobalID(), in ReadAST()