| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | LexicallyOrderedRecursiveASTVisitor.h | 74 bool TraverseObjCCategoryImplDecl(ObjCCategoryImplDecl *D) { in TraverseObjCCategoryImplDecl() 90 !isa<ObjCCategoryImplDecl>(Child)) { in TraverseDeclContextHelper()
|
| H A D | DeclObjC.h | 50 class ObjCCategoryImplDecl; variable 2371 ObjCCategoryImplDecl *getImplementation() const; 2372 void setImplementation(ObjCCategoryImplDecl *ImplD); 2531 class ObjCCategoryImplDecl : public ObjCImplDecl { 2535 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, in ObjCCategoryImplDecl() function 2549 static ObjCCategoryImplDecl *Create(ASTContext &C, DeclContext *DC, 2555 static ObjCCategoryImplDecl *CreateDeserialized(ASTContext &C, unsigned ID); 2565 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl &CID);
|
| H A D | TextNodeDumper.h | 375 void VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D);
|
| H A D | JSONNodeDumper.h | 264 void VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D);
|
| H A D | ASTContext.h | 85 class ObjCCategoryImplDecl; variable 2970 ObjCCategoryImplDecl *getObjCImplementation(ObjCCategoryDecl *D); 2983 ObjCCategoryImplDecl *ImplD);
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 980 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclarationImpl() 989 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclarationImpl() 1030 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl() 1226 if (auto *IMD = dyn_cast<ObjCCategoryImplDecl>(getDeclContext())) in getCategory() 1773 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod() 1783 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod() 2169 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation() 2174 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() 2191 void ObjCCategoryImplDecl::anchor() {} in anchor() 2193 ObjCCategoryImplDecl * [all …]
|
| H A D | DeclPrinter.cpp | 94 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D); 468 ObjCInterfaceDecl, ObjCProtocolDecl, ObjCCategoryImplDecl, in VisitDeclContext() 1438 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.h | 46 class ObjCCategoryImplDecl; variable 155 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCUnusedIVarsChecker.cpp | 90 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 156 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() 157 = dyn_cast<ObjCCategoryImplDecl>(DC)) in CheckObjCMethodOverride() 1916 ObjCCategoryImplDecl *Sema::ActOnStartCategoryImplementation( in ActOnStartCategoryImplementation() 1935 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation() 1936 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation() 2943 ObjCCategoryImplDecl *CatIMPDecl) { in CheckCategoryVsClassMethodMatches() 3030 if (ObjCCategoryImplDecl *CatDecl = in ImplMethodsVsClassMethods() 3031 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods() 4180 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() 4181 dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) { in ActOnAtEnd() [all …]
|
| H A D | CodeCompleteConsumer.cpp | 406 if (const auto *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName()
|
| H A D | SemaAccess.cpp | 1965 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() 1966 = dyn_cast<ObjCCategoryImplDecl>(Impl)) in IsSimplyAccessible()
|
| H A D | SemaExprMember.cpp | 1433 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() 1434 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl)) in LookupMemberExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 393 if (auto *ICD = dyn_cast<ObjCCategoryImplDecl>(D->getDeclContext())) in getCategoryContext() 456 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl()
|
| H A D | IndexSymbol.cpp | 212 ClsD = cast<ObjCCategoryImplDecl>(D)->getClassInterface(); in getSymbolInfo()
|
| H A D | IndexDecl.cpp | 497 bool VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D) { in VisitObjCCategoryImplDecl()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 88 bool VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D) { in VisitObjCCategoryImplDecl() 780 bool CXIndexDataConsumer::handleObjCCategoryImpl(const ObjCCategoryImplDecl *D) { in handleObjCCategoryImpl() 1051 } else if (const ObjCCategoryImplDecl * in getEntityDecl() 1052 CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) { in getEntityDecl()
|
| H A D | CursorVisitor.h | 238 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
|
| H A D | CXIndexDataConsumer.h | 396 bool handleObjCCategoryImpl(const ObjCCategoryImplDecl *D);
|
| H A D | CIndex.cpp | 1202 bool CursorVisitor::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) { in VisitObjCCategoryImplDecl() 4833 if (const ObjCCategoryImplDecl *CIMP = dyn_cast<ObjCCategoryImplDecl>(ND)) in getDeclSpelling() 5054 if (const ObjCCategoryImplDecl *CID = in clang_Cursor_getSpellingNameRange() 5055 dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange() 6837 if (ObjCCategoryImplDecl *Impl = in clang_getCursorDefinition() 6902 if (const ObjCCategoryImplDecl *CatImplD = in clang_getCanonicalCursor() 6903 dyn_cast<ObjCCategoryImplDecl>(D)) in clang_getCanonicalCursor() 8308 else if (auto *IMD = dyn_cast<ObjCCategoryImplDecl>(D)) in getCursorPlatformAvailabilityForDecl() 8316 else if (auto *IMD = dyn_cast<ObjCCategoryImplDecl>(DC)) in getCursorPlatformAvailabilityForDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 110 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation; 269 ObjCCategoryImplDecl *CID); 333 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, 535 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, 769 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() 1083 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() 1084 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) { in RewriteObjCMethodDecl() 1169 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() 4841 ObjCCategoryImplDecl *CI = cast<ObjCCategoryImplDecl>(D); in HandleDeclInMainFile() 5616 void RewriteObjCFragileABI::RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, in RewriteObjCCategoryImplDecl()
|
| H A D | RewriteModernObjC.cpp | 113 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation; 322 ObjCCategoryImplDecl *CID); 456 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, 920 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() 1250 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() 1251 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) { in RewriteObjCMethodDecl() 1336 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() 4013 ObjCCategoryImplDecl *CIMP = CategoryImplementation[i]; in RewriteImplementations() 5742 ObjCCategoryImplDecl *CI = cast<ObjCCategoryImplDecl>(D); in HandleDeclInMainFile() 7263 void RewriteModernObjC::RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, in RewriteObjCCategoryImplDecl() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 383 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getFunctionName()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 173 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 832 const internal::VariadicDynCastAllOfMatcher<Decl, ObjCCategoryImplDecl>
|