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

  /external/clang/tools/libclang/
IndexDecl.cpp 188 const ObjCCategoryDecl *Cat = D->getCategoryDecl();
IndexingContext.cpp 547 const ObjCCategoryDecl *CatD = D->getCategoryDecl();
823 return getEntityDecl(CatImplD->getCategoryDecl());
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 305 CurDC = CatImpl->getCategoryDecl();
SemaDeclObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 836 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
862 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 169 return canModify(CatImpl->getCategoryDecl());
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 859 milliseconds