Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp116 for (ObjCCategoryDecl *Cat = OID->getCategoryList(); in FindPropertyDeclaration()
221 for (ObjCCategoryDecl *CDecl = getCategoryList(); CDecl; in getFirstClassExtension()
295 ObjCCategoryDecl *CatDecl = ClassDecl->getCategoryList(); in lookupMethod()
656 for (ObjCCategoryDecl *Category = getCategoryList(); in FindCategoryDeclaration()
665 for (ObjCCategoryDecl *Category = getCategoryList(); in getCategoryInstanceMethod()
674 for (ObjCCategoryDecl *Category = getCategoryList(); in getCategoryClassMethod()
710 for (ObjCCategoryDecl *CDecl = IDecl->getCategoryList(); CDecl; in ClassImplementsProtocol()
DDumpXML.cpp771 visitCategoryList(D->getCategoryList()); in visitObjCInterfaceDeclChildren()
DASTImporter.cpp3145 for (ObjCCategoryDecl *FromCat = D->getCategoryList(); FromCat; in VisitObjCInterfaceDecl()
DASTContext.cpp1122 for (const ObjCCategoryDecl *CDeclChain = OI->getCategoryList(); in CollectInheritedProtocols()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCUnusedIVarsChecker.cpp83 ID->getClassInterface()->getCategoryList(); CD ; in Scan()
/external/clang/include/clang/AST/
DDeclObjC.h616 ObjCCategoryDecl* getCategoryList() const { in getCategoryList() function
1073 NextClassCategory = ClassInterface->getCategoryList(); in insertNextClassCategory()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp187 for (ObjCCategoryDecl *Category = Class->getCategoryList(); in CheckObjCMethodOverrides()
805 for (CDeclChain = IDecl->getCategoryList(); CDeclChain; in ActOnStartCategoryInterface()
2170 for (ObjCCategoryDecl *Categories = IDecl->getCategoryList(); in ActOnAtEnd()
DSemaCodeComplete.cpp3198 for (ObjCCategoryDecl *Category = IFace->getCategoryList(); in AddObjCProperties()
4391 for (ObjCCategoryDecl *CatDecl = IFace->getCategoryList(); CatDecl; in AddObjCMethods()
4663 for (ObjCCategoryDecl *Category = Class->getCategoryList(); Category; in AddSuperSendCompletion()
5385 for (ObjCCategoryDecl *Category = Class->getCategoryList(); Category; in CodeCompleteObjCInterfaceCategory()
5429 for (ObjCCategoryDecl *Category = Class->getCategoryList(); Category; in CodeCompleteObjCImplementationCategory()
5600 for (const ObjCCategoryDecl *Cat = IFace->getCategoryList(); Cat; in FindImplementableMethods()
6444 for (ObjCCategoryDecl *Category = IFace->getCategoryList(); Category; in CodeCompleteObjCMethodDecl()
DSemaObjCProperty.cpp1078 for (ObjCCategoryDecl *Category = IDecl->getCategoryList(); in isPropertyReadonly()
DSemaLookup.cpp2750 for (ObjCCategoryDecl *Category = IFace->getCategoryList(); in LookupVisibleDecls()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp454 Writer.AddDeclRef(D->getCategoryList(), Record); in VisitObjCInterfaceDecl()
/external/clang/tools/libclang/
DCIndex.cpp5170 for (ObjCCategoryDecl *Category = Interface->getCategoryList(); in CollectOverriddenMethods()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp3627 for (CDecl = ClassDecl->getCategoryList(); CDecl; in RewriteObjCCategoryImplDecl()