Home
last modified time | relevance | path

Searched defs:CatDecl (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp978 ObjCCategoryDecl *CatDecl = static_cast<ObjCCategoryDecl*>(CDecl); in MatchOneProtocolPropertiesInClass() local
1019 ObjCCategoryDecl *CatDecl = static_cast<ObjCCategoryDecl*>(CDecl); in CompareProperties() local
DSemaCodeComplete.cpp4391 for (ObjCCategoryDecl *CatDecl = IFace->getCategoryList(); CatDecl; in AddObjCMethods() local
/external/clang/lib/AST/
DDeclObjC.cpp295 ObjCCategoryDecl *CatDecl = ClassDecl->getCategoryList(); in lookupMethod() local
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1718 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory() local
/external/clang/lib/Rewrite/
DRewriteObjC.cpp952 void RewriteObjC::RewriteCategoryDecl(ObjCCategoryDecl *CatDecl) { in RewriteCategoryDecl()