Home
last modified time | relevance | path

Searched refs:ObjCCategoryImplDecl (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h74 bool TraverseObjCCategoryImplDecl(ObjCCategoryImplDecl *D) { in TraverseObjCCategoryImplDecl()
90 !isa<ObjCCategoryImplDecl>(Child)) { in TraverseDeclContextHelper()
H A DDeclObjC.h51 class ObjCCategoryImplDecl; variable
2323 ObjCCategoryImplDecl *getImplementation() const;
2324 void setImplementation(ObjCCategoryImplDecl *ImplD);
2483 class ObjCCategoryImplDecl : public ObjCImplDecl {
2487 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, in ObjCCategoryImplDecl() function
2501 static ObjCCategoryImplDecl *Create(ASTContext &C, DeclContext *DC,
2507 static ObjCCategoryImplDecl *CreateDeserialized(ASTContext &C, unsigned ID);
2517 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl &CID);
H A DTextNodeDumper.h368 void VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D);
H A DJSONNodeDumper.h259 void VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D);
H A DASTContext.h114 class ObjCCategoryImplDecl; variable
2851 ObjCCategoryImplDecl *getObjCImplementation(ObjCCategoryDecl *D);
2864 ObjCCategoryImplDecl *ImplD);
H A DDeclBase.h56 class ObjCCategoryImplDecl; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp979 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl()
1175 if (auto *IMD = dyn_cast<ObjCCategoryImplDecl>(getDeclContext())) in getCategory()
1717 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod()
1727 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod()
2076 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation()
2098 void ObjCCategoryImplDecl::anchor() {} in anchor()
2100 ObjCCategoryImplDecl *
2101 ObjCCategoryImplDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2113 ObjCCategoryImplDecl *ObjCCategoryImplDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
2120 ObjCCategoryDecl *ObjCCategoryImplDecl::getCategoryDecl() const { in getCategoryDecl()
[all …]
H A DDeclPrinter.cpp93 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
468 isa<ObjCCategoryImplDecl>(*D) || in VisitDeclContext()
1421 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h45 class ObjCCategoryImplDecl; variable
154 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
H A DCodeGenModule.h60 class ObjCCategoryImplDecl; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp90 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp156 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride()
157 = dyn_cast<ObjCCategoryImplDecl>(DC)) in CheckObjCMethodOverride()
1918 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation()
1919 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation()
2928 ObjCCategoryImplDecl *CatIMPDecl) { in CheckCategoryVsClassMethodMatches()
3015 if (ObjCCategoryImplDecl *CatDecl = in ImplMethodsVsClassMethods()
3016 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods()
4164 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd()
4341 void searchFrom(const ObjCCategoryImplDecl *impl) { in searchFrom()
4898 if (isa<ObjCCategoryImplDecl>(ImpDecl)) in ActOnMethodDeclaration()
[all …]
H A DCodeCompleteConsumer.cpp395 if (const auto *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName()
H A DSemaAccess.cpp1943 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible()
1944 = dyn_cast<ObjCCategoryImplDecl>(Impl)) in IsSimplyAccessible()
H A DSemaExprMember.cpp1417 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr()
1418 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl)) in LookupMemberExpr()
H A DSemaCodeComplete.cpp7014 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation()) in AddObjCMethods()
8053 !isa<ObjCCategoryImplDecl>(Container))) in CodeCompleteObjCPropertyDefinition()
8072 cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(), in CodeCompleteObjCPropertyDefinition()
8092 !isa<ObjCCategoryImplDecl>(Container))) in CodeCompleteObjCPropertySynthesizeIvar()
8101 Class = cast<ObjCCategoryImplDecl>(Container) in CodeCompleteObjCPropertySynthesizeIvar()
8926 } else if (ObjCCategoryImplDecl *CatImpl = in CodeCompleteObjCMethodDecl()
8927 dyn_cast<ObjCCategoryImplDecl>(D)) { in CodeCompleteObjCMethodDecl()
H A DSemaObjCProperty.cpp1102 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl()
1173 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp389 if (auto *ICD = dyn_cast<ObjCCategoryImplDecl>(D->getDeclContext())) in getCategoryContext()
452 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl()
H A DIndexSymbol.cpp212 ClsD = cast<ObjCCategoryImplDecl>(D)->getClassInterface(); in getSymbolInfo()
H A DIndexDecl.cpp482 bool VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D) { in VisitObjCCategoryImplDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp110 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 DRewriteModernObjC.cpp112 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation;
321 ObjCCategoryImplDecl *CID);
455 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
919 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl()
1249 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl()
1250 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) { in RewriteObjCMethodDecl()
1335 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl()
4012 ObjCCategoryImplDecl *CIMP = CategoryImplementation[i]; in RewriteImplementations()
5742 ObjCCategoryImplDecl *CI = cast<ObjCCategoryImplDecl>(D); in HandleDeclInMainFile()
7263 void RewriteModernObjC::RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, in RewriteObjCCategoryImplDecl()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp384 } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) { in getFunctionName()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp173 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp817 const internal::VariadicDynCastAllOfMatcher<Decl, ObjCCategoryImplDecl>

12