Home
last modified time | relevance | path

Searched defs:CDecl (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp195 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) { in ActOnProperty() local
419 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(CurContext); in HandlePropertyInClassExtension() local
559 ObjCContainerDecl *CDecl, in CreatePropertyDecl()
1756 CollectImmediateProperties(ObjCContainerDecl *CDecl, in CollectImmediateProperties()
1823 static void CollectSuperClassPropertyImplementations(ObjCInterfaceDecl *CDecl, in CollectSuperClassPropertyImplementations()
1998 ObjCImplDecl *IMPDecl, ObjCContainerDecl *CDecl, ObjCCategoryDecl *C, in DiagnoseUnimplementedAccessor()
2034 ObjCContainerDecl *CDecl, in DiagnoseUnimplementedProperties()
H A DSemaDeclObjC.cpp1166 ObjCInterfaceDecl *CDecl = dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU); in ActOnCompatibilityAlias() local
1809 ObjCCategoryDecl *CDecl; in ActOnStartCategoryInterface() local
1918 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation() local
2158 for (const auto *CDecl : IDecl->visible_extensions()) { in CheckImplementationIvars() local
2688 ObjCContainerDecl *CDecl, in CheckProtocolMethodDefs()
2819 ObjCContainerDecl* CDecl, in MatchAllMethodDeclarations()
2967 ObjCContainerDecl* CDecl, in ImplMethodsVsClassMethods()
3919 Sema &S, ObjCCategoryDecl *CDecl, in DiagnoseCategoryDirectMembersProtocolConformance()
3926 Sema &S, ObjCProtocolDecl *PDecl, ObjCCategoryDecl *CDecl) { in DiagnoseCategoryDirectMembersProtocolConformance()
4067 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(ClassDecl)) { in ActOnAtEnd() local
H A DSemaDecl.cpp8249 for (TypoCorrection::const_decl_iterator CDecl = candidate.begin(), in ValidateCandidate() local
8345 for (TypoCorrection::decl_iterator CDecl = Correction.begin(), in DiagnoseInvalidRedeclaration() local
17087 if (ObjCCategoryDecl *CDecl = in ActOnIvar() local
17593 } else if (ObjCCategoryDecl *CDecl = in ActOnFields() local
H A DSemaCodeComplete.cpp7389 ObjCInterfaceDecl *CDecl = nullptr; in CodeCompleteObjCSuperMessage() local
7487 ObjCInterfaceDecl *CDecl = nullptr; in AddClassMessageCompletions() local
H A DSemaLookup.cpp5174 void TypoCorrection::addCorrectionDecl(NamedDecl *CDecl) { in addCorrectionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp860 auto *CDecl = cast<ObjCContainerDecl>(D->getDeclContext()); in getIvarAccessString() local
3767 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo() local
3812 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield() local
3849 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl() local
3861 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType() local
3886 void RewriteModernObjC::RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, in RewriteObjCInternalStruct()
3963 void RewriteModernObjC::RewriteIvarOffsetSymbols(ObjCInterfaceDecl *CDecl, in RewriteIvarOffsetSymbols()
4015 ObjCInterfaceDecl *CDecl = OIMP->getClassInterface(); in RewriteImplementations() local
4024 ObjCInterfaceDecl *CDecl = CIMP->getClassInterface(); in RewriteImplementations() local
5862 ObjCInterfaceDecl *CDecl = ObjCInterfacesSeen[i]; in HandleTranslationUnit() local
[all …]
H A DRewriteObjC.cpp3098 void RewriteObjC::RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, in RewriteObjCInternalStruct()
5278 ObjCInterfaceDecl *CDecl = IDecl->getClassInterface(); in RewriteObjCClassMetaData() local
5632 ObjCCategoryDecl *CDecl in RewriteObjCCategoryImplDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1002 ObjCContainerDecl *CDecl, in migrateMethodInstanceType()
1280 ObjCContainerDecl *CDecl) { in migrateAllMethodInstaceType()
1293 ObjCContainerDecl *CDecl, in migrateFactoryMethod()
1560 ObjCContainerDecl *CDecl) { in migrateARCSafeAnnotation()
1854 if (ObjCInterfaceDecl *CDecl = dyn_cast<ObjCInterfaceDecl>(*D)) in HandleTranslationUnit() local
1919 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(*D)) { in HandleTranslationUnit() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTypoCorrection.h166 void setCorrectionDecl(NamedDecl *CDecl) { in setCorrectionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp302 void DeclPrinter::PrintConstructorInitializers(CXXConstructorDecl *CDecl, in PrintConstructorInitializers()
605 CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D); in VisitFunctionDecl() local
H A DASTContext.cpp2569 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp594 Decl *CDecl) { in ParseObjCInterfaceDeclList()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1120 ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(PD->getDeclContext()); in VisitObjCPropertyDecl() local