HomeSort by relevance Sort by last modified time
    Searched refs:getCategoryList (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 83 ID->getClassInterface()->getCategoryList(); CD ;
  /external/clang/lib/AST/
DeclObjC.cpp 119 for (ObjCCategoryDecl *Cat = OID->getCategoryList();
252 for (ObjCCategoryDecl *CDecl = getCategoryList(); CDecl;
344 ObjCCategoryDecl *CatDecl = ClassDecl->getCategoryList();
817 for (ObjCCategoryDecl *Category = getCategoryList();
826 for (ObjCCategoryDecl *Category = getCategoryList();
835 for (ObjCCategoryDecl *Category = getCategoryList();
871 for (ObjCCategoryDecl *CDecl = IDecl->getCategoryList(); CDecl;
    [all...]
DumpXML.cpp 772 visitCategoryList(D->getCategoryList());
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 144 for (ObjCCategoryDecl *Cat = iface->getCategoryList();
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp 786 for (CDeclChain = IDecl->getCategoryList(); CDeclChain;
    [all...]
SemaObjCProperty.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 836 ObjCCategoryDecl* getCategoryList() const {
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 848 for (ObjCCategoryDecl *Category = Interface->getCategoryList();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 491 if (ObjCCategoryDecl *Cat = D->getCategoryList()) {
    [all...]
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 55 milliseconds