Searched defs:CDecl (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 195 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) { in ActOnProperty() local 410 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(SemaRef.CurContext); in HandlePropertyInClassExtension() local 551 Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, in CreatePropertyDecl() 1734 CollectImmediateProperties(ObjCContainerDecl *CDecl, in CollectImmediateProperties() 1801 static void CollectSuperClassPropertyImplementations(ObjCInterfaceDecl *CDecl, in CollectSuperClassPropertyImplementations() 1976 ObjCImplDecl *IMPDecl, ObjCContainerDecl *CDecl, ObjCCategoryDecl *C, in DiagnoseUnimplementedAccessor() 2012 ObjCContainerDecl *CDecl, in DiagnoseUnimplementedProperties()
|
H A D | SemaDeclObjC.cpp | 1173 ObjCInterfaceDecl *CDecl = dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU); in ActOnCompatibilityAlias() local 1822 ObjCCategoryDecl *CDecl; in ActOnStartCategoryInterface() local 1933 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation() local 2180 for (const auto *CDecl : IDecl->visible_extensions()) { in CheckImplementationIvars() local 2713 ObjCContainerDecl *CDecl, LazyProtocolNameSet &ProtocolsExplictImpl) { in CheckProtocolMethodDefs() 2837 ObjCContainerDecl *CDecl, bool &IncompleteImpl, bool ImmediateClass, in MatchAllMethodDeclarations() 2983 ObjCContainerDecl *CDecl, in ImplMethodsVsClassMethods() 3937 Sema &S, ObjCCategoryDecl *CDecl, in DiagnoseCategoryDirectMembersProtocolConformance() 3944 Sema &S, ObjCProtocolDecl *PDecl, ObjCCategoryDecl *CDecl) { in DiagnoseCategoryDirectMembersProtocolConformance() 4088 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(ClassDecl)) { in ActOnAtEnd() local [all …]
|
H A D | SemaDecl.cpp | 8898 for (TypoCorrection::const_decl_iterator CDecl = candidate.begin(), in ValidateCandidate() local 8994 for (TypoCorrection::decl_iterator CDecl = Correction.begin(), in DiagnoseInvalidRedeclaration() local 19291 } else if (ObjCCategoryDecl *CDecl = in ActOnFields() local
|
H A D | SemaCodeComplete.cpp | 8098 ObjCInterfaceDecl *CDecl = nullptr; in CodeCompleteObjCSuperMessage() local 8198 ObjCInterfaceDecl *CDecl = nullptr; in AddClassMessageCompletions() local
|
H A D | SemaLookup.cpp | 5392 void TypoCorrection::addCorrectionDecl(NamedDecl *CDecl) { in addCorrectionDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 860 auto *CDecl = cast<ObjCContainerDecl>(D->getDeclContext()); in getIvarAccessString() local 3756 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo() local 3800 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield() local 3837 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl() local 3849 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType() local 3874 void RewriteModernObjC::RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, in RewriteObjCInternalStruct() 3951 void RewriteModernObjC::RewriteIvarOffsetSymbols(ObjCInterfaceDecl *CDecl, in RewriteIvarOffsetSymbols() 4003 ObjCInterfaceDecl *CDecl = OIMP->getClassInterface(); in RewriteImplementations() local 4012 ObjCInterfaceDecl *CDecl = CIMP->getClassInterface(); in RewriteImplementations() local 5848 ObjCInterfaceDecl *CDecl = ObjCInterfacesSeen[i]; in HandleTranslationUnit() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 998 ObjCContainerDecl *CDecl, in migrateMethodInstanceType() 1276 ObjCContainerDecl *CDecl) { in migrateAllMethodInstaceType() 1289 ObjCContainerDecl *CDecl, in migrateFactoryMethod() 1554 ObjCContainerDecl *CDecl) { in migrateARCSafeAnnotation() 1848 if (ObjCInterfaceDecl *CDecl = dyn_cast<ObjCInterfaceDecl>(*D)) in HandleTranslationUnit() local 1913 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(*D)) { in HandleTranslationUnit() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 339 void DeclPrinter::PrintConstructorInitializers(CXXConstructorDecl *CDecl, in PrintConstructorInitializers() 661 CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D); in VisitFunctionDecl() local
|
H A D | ASTContext.cpp | 2632 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 643 Decl *CDecl) { in ParseObjCInterfaceDeclList()
|