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

  /external/clang/tools/libclang/
IndexDecl.cpp 170 const ObjCCategoryDecl *Cat = D->getCategoryDecl();
IndexingContext.cpp 471 const ObjCCategoryDecl *CatD = D->getCategoryDecl();
737 return getEntityDecl(CatImplD->getCategoryDecl());
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 489 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
513 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
    [all...]
DumpXML.cpp 802 visitDeclRef(D->getCategoryDecl());
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 309 CurDC = CatImpl->getCategoryDecl();
SemaDeclObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 251 milliseconds