|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/DeclObjC.h 2524 ObjCCategoryDecl *getCategoryDecl() const;
References
tools/clang/lib/ARCMigrate/ObjCMT.cpp 180 return canModify(CatImpl->getCategoryDecl());
tools/clang/lib/AST/ASTImporter.cpp 4664 if (Error Err = importInto(Category, D->getCategoryDecl()))
tools/clang/lib/AST/DeclObjC.cpp 932 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
962 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
tools/clang/lib/AST/JSONNodeDumper.cpp 948 JOS.attribute("categoryDecl", createBareDeclRef(D->getCategoryDecl()));
tools/clang/lib/AST/TextNodeDumper.cpp 1859 dumpDeclRef(D->getCategoryDecl());
tools/clang/lib/CodeGen/CGObjCGNU.cpp 3233 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl();
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp 7345 ObjCCategoryDecl *CatDecl= IDecl->getCategoryDecl();
tools/clang/lib/Index/IndexDecl.cpp 475 const ObjCCategoryDecl *Cat = D->getCategoryDecl();
tools/clang/lib/Index/USRGeneration.cpp 402 return ICD->getCategoryDecl();
tools/clang/lib/Sema/CodeCompleteConsumer.cpp 396 CurDC = CatImpl->getCategoryDecl();
tools/clang/lib/Sema/SemaCodeComplete.cpp 7316 cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(),
7346 ->getCategoryDecl()
8172 SearchDecl = CatImpl->getCategoryDecl();
tools/clang/lib/Sema/SemaDeclObjC.cpp 2914 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl();
4254 if (ObjCCategoryDecl *category = impl->getCategoryDecl()) {
tools/clang/lib/Sema/SemaExprObjC.cpp 1477 iface = catImpl->getCategoryDecl();
tools/clang/tools/libclang/CIndex.cpp 6470 if (ObjCCategoryDecl *CatD = CatImplD->getCategoryDecl())
tools/clang/tools/libclang/CXIndexDataConsumer.cpp 777 const ObjCCategoryDecl *CatD = D->getCategoryDecl();
1041 return getEntityDecl(CatImplD->getCategoryDecl());