Searched refs:FindCategoryDeclaration (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp1309 /// FindCategoryDeclaration - Finds category declaration in the list of
1314 ObjCInterfaceDecl::FindCategoryDeclaration(IdentifierInfo *CategoryId) const { function in class:ObjCInterfaceDecl
1682 return ID->FindCategoryDeclaration(getIdentifier());
1705 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier()))
H A DASTImporter.cpp3323 = ToInterface->FindCategoryDeclaration(Name.getAsIdentifierInfo());
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp927 = IDecl->FindCategoryDeclaration(CategoryName)) {
963 CatIDecl = IDecl->FindCategoryDeclaration(CatName);
2718 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) {
H A DSemaObjCProperty.cpp900 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier());
/external/clang/include/clang/AST/
H A DDeclObjC.h816 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp2923 Interface->FindCategoryDeclaration(OCD->getIdentifier());
5996 Interface->FindCategoryDeclaration(OCD->getIdentifier());
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp7455 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier());
H A DRewriteObjC.cpp5683 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier());

Completed in 298 milliseconds