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 308 CurDC = CatImpl->getCategoryDecl();
SemaDeclObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 753 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
779 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 165 return canModify(CatImpl->getCategoryDecl());
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 265 milliseconds