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

  /external/clang/lib/AST/
DeclObjC.cpp 117 for (ObjCCategoryDecl *Cat = OID->getCategoryList();
222 for (ObjCCategoryDecl *CDecl = getCategoryList(); CDecl;
302 ObjCCategoryDecl *CatDecl = ClassDecl->getCategoryList();
724 for (ObjCCategoryDecl *Category = getCategoryList();
733 for (ObjCCategoryDecl *Category = getCategoryList();
742 for (ObjCCategoryDecl *Category = getCategoryList();
778 for (ObjCCategoryDecl *CDecl = IDecl->getCategoryList(); CDecl;
    [all...]
DumpXML.cpp 770 visitCategoryList(D->getCategoryList());
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 83 ID->getClassInterface()->getCategoryList(); CD ;
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 140 for (ObjCCategoryDecl *Cat = iface->getCategoryList();
  /external/clang/tools/libclang/
CXCursor.cpp 788 for (ObjCCategoryDecl *Category = Interface->getCategoryList();
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp 758 for (CDeclChain = IDecl->getCategoryList(); CDeclChain;
    [all...]
SemaObjCProperty.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 718 ObjCCategoryDecl* getCategoryList() const {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriterDecl.cpp 472 Writer.AddDeclRef(D->getCategoryList(), Record);
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 749 milliseconds