| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 195 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) { in ActOnProperty() local 419 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(CurContext); in HandlePropertyInClassExtension() local 559 ObjCContainerDecl *CDecl, in CreatePropertyDecl() 1755 CollectImmediateProperties(ObjCContainerDecl *CDecl, in CollectImmediateProperties() 1822 static void CollectSuperClassPropertyImplementations(ObjCInterfaceDecl *CDecl, in CollectSuperClassPropertyImplementations() 1995 ObjCImplDecl *IMPDecl, ObjCContainerDecl *CDecl, ObjCCategoryDecl *C, in DiagnoseUnimplementedAccessor() 2031 ObjCContainerDecl *CDecl, in DiagnoseUnimplementedProperties()
|
| H A D | SemaDeclObjC.cpp | 1175 ObjCInterfaceDecl *CDecl = dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU); in ActOnCompatibilityAlias() local 1825 ObjCCategoryDecl *CDecl; in ActOnStartCategoryInterface() local 1935 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation() local 2177 for (const auto *CDecl : IDecl->visible_extensions()) { in CheckImplementationIvars() local 2706 ObjCContainerDecl *CDecl, LazyProtocolNameSet &ProtocolsExplictImpl) { in CheckProtocolMethodDefs() 2834 ObjCContainerDecl* CDecl, in MatchAllMethodDeclarations() 2982 ObjCContainerDecl* CDecl, in ImplMethodsVsClassMethods() 3935 Sema &S, ObjCCategoryDecl *CDecl, in DiagnoseCategoryDirectMembersProtocolConformance() 3942 Sema &S, ObjCProtocolDecl *PDecl, ObjCCategoryDecl *CDecl) { in DiagnoseCategoryDirectMembersProtocolConformance() 4083 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(ClassDecl)) { in ActOnAtEnd() local
|
| H A D | SemaDecl.cpp | 8818 for (TypoCorrection::const_decl_iterator CDecl = candidate.begin(), in ValidateCandidate() local 8914 for (TypoCorrection::decl_iterator CDecl = Correction.begin(), in DiagnoseInvalidRedeclaration() local 18254 if (ObjCCategoryDecl *CDecl = in ActOnIvar() local 19009 } else if (ObjCCategoryDecl *CDecl = in ActOnFields() local
|
| H A D | SemaCodeComplete.cpp | 7933 ObjCInterfaceDecl *CDecl = nullptr; in CodeCompleteObjCSuperMessage() local 8031 ObjCInterfaceDecl *CDecl = nullptr; in AddClassMessageCompletions() local
|
| H A D | SemaLookup.cpp | 5508 void TypoCorrection::addCorrectionDecl(NamedDecl *CDecl) { in addCorrectionDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 861 auto *CDecl = cast<ObjCContainerDecl>(D->getDeclContext()); in getIvarAccessString() local 3757 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo() local 3802 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield() local 3839 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl() local 3851 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType() local 3876 void RewriteModernObjC::RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, in RewriteObjCInternalStruct() 3953 void RewriteModernObjC::RewriteIvarOffsetSymbols(ObjCInterfaceDecl *CDecl, in RewriteIvarOffsetSymbols() 4005 ObjCInterfaceDecl *CDecl = OIMP->getClassInterface(); in RewriteImplementations() local 4014 ObjCInterfaceDecl *CDecl = CIMP->getClassInterface(); in RewriteImplementations() local 5851 ObjCInterfaceDecl *CDecl = ObjCInterfacesSeen[i]; in HandleTranslationUnit() local [all …]
|
| H A D | RewriteObjC.cpp | 3086 void RewriteObjC::RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, in RewriteObjCInternalStruct() 5266 ObjCInterfaceDecl *CDecl = IDecl->getClassInterface(); in RewriteObjCClassMetaData() local 5620 ObjCCategoryDecl *CDecl in RewriteObjCCategoryImplDecl() local
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 1001 ObjCContainerDecl *CDecl, in migrateMethodInstanceType() 1279 ObjCContainerDecl *CDecl) { in migrateAllMethodInstaceType() 1292 ObjCContainerDecl *CDecl, in migrateFactoryMethod() 1556 ObjCContainerDecl *CDecl) { in migrateARCSafeAnnotation() 1850 if (ObjCInterfaceDecl *CDecl = dyn_cast<ObjCInterfaceDecl>(*D)) in HandleTranslationUnit() local 1915 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(*D)) { in HandleTranslationUnit() local
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | TypoCorrection.h | 166 void setCorrectionDecl(NamedDecl *CDecl) { in setCorrectionDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 306 void DeclPrinter::PrintConstructorInitializers(CXXConstructorDecl *CDecl, in PrintConstructorInitializers() 606 CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D); in VisitFunctionDecl() local
|
| H A D | ASTContext.cpp | 2636 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 624 Decl *CDecl) { in ParseObjCInterfaceDeclList()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1126 ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(PD->getDeclContext()); in VisitObjCPropertyDecl() local
|