Home
last modified time | relevance | path

Searched defs:CatD (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp60 } else if (auto *CatD = dyn_cast<ObjCCategoryDecl>(D->getDeclContext())) { in checkCopyMutable() local
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp210 if (auto *CatD = dyn_cast<ObjCCategoryDecl>(D)) in getSymbolInfo() local
H A DUSRGeneration.cpp429 VisitObjCContainerDecl(const ObjCContainerDecl * D,const ObjCCategoryDecl * CatD) VisitObjCContainerDecl() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h108 AddedObjCCategoryToInterface(const ObjCCategoryDecl * CatD,const ObjCInterfaceDecl * IFD) AddedObjCCategoryToInterface() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp204 AddedObjCCategoryToInterface(const ObjCCategoryDecl * CatD,const ObjCInterfaceDecl * IFD) AddedObjCCategoryToInterface() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp990 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getNextRedeclarationImpl() local
1031 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getCanonicalDecl() local
1340 } else if (const auto *CatD = in collectOverriddenMethodsSlow() local
H A DASTContext.cpp2894 setObjCImplementation(ObjCCategoryDecl * CatD,ObjCCategoryImplDecl * ImplD) setObjCImplementation() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp181 else if (const auto *CatD = dyn_cast<ObjCCategoryDecl>(Ctx)) ShouldDiagnoseAvailabilityInContext() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6378 AddedObjCCategoryToInterface(const ObjCCategoryDecl * CatD,const ObjCInterfaceDecl * IFD) AddedObjCCategoryToInterface() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14213 if (const ObjCCategoryDecl *CatD = dyn_cast<ObjCCategoryDecl>(DC)) getCurObjCLexicalContext() local