Searched refs:getCategoryListRaw (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h1108 return visible_categories_iterator(getCategoryListRaw());
1142 return known_categories_iterator(getCategoryListRaw());
1178 return visible_extensions_iterator(getCategoryListRaw());
1212 return known_extensions_iterator(getCategoryListRaw());
1227 ObjCCategoryDecl* getCategoryListRaw() const { function in class:clang::ObjCInterfaceDecl
/external/clang/lib/AST/
H A DDeclObjC.cpp1625 CatDecl->NextClassCategory = IDecl->getCategoryListRaw();
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp534 if (ObjCCategoryDecl *Cat = D->getCategoryListRaw()) {

Completed in 83 milliseconds