Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp200 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) { in ActOnProperty() local
422 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(CurContext); in HandlePropertyInClassExtension() local
560 ObjCContainerDecl *CDecl, in CreatePropertyDecl()
1536 CollectImmediateProperties(ObjCContainerDecl *CDecl, in CollectImmediateProperties()
1603 static void CollectSuperClassPropertyImplementations(ObjCInterfaceDecl *CDecl, in CollectSuperClassPropertyImplementations()
1770 ObjCImplDecl *IMPDecl, ObjCContainerDecl *CDecl, ObjCCategoryDecl *C, in DiagnoseUnimplementedAccessor()
1807 ObjCContainerDecl *CDecl, in DiagnoseUnimplementedProperties()
DSemaDeclObjC.cpp1077 ObjCInterfaceDecl *CDecl = dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU); in ActOnCompatibilityAlias() local
1721 ObjCCategoryDecl *CDecl; in ActOnStartCategoryInterface() local
1823 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation() local
2056 for (const auto *CDecl : IDecl->visible_extensions()) { in CheckImplementationIvars() local
2595 ObjCContainerDecl *CDecl, in CheckProtocolMethodDefs()
2726 ObjCContainerDecl* CDecl, in MatchAllMethodDeclarations()
2868 ObjCContainerDecl* CDecl, in ImplMethodsVsClassMethods()
3783 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(ClassDecl)) { in ActOnAtEnd() local
DSemaDecl.cpp7123 for (TypoCorrection::const_decl_iterator CDecl = candidate.begin(), in ValidateCandidate() local
7209 for (TypoCorrection::decl_iterator CDecl = Correction.begin(), in DiagnoseInvalidRedeclaration() local
13760 if (ObjCCategoryDecl *CDecl = in ActOnIvar() local
14224 } else if (ObjCCategoryDecl *CDecl = in ActOnFields() local
DSemaCodeComplete.cpp5491 ObjCInterfaceDecl *CDecl = nullptr; in CodeCompleteObjCSuperMessage() local
5592 ObjCInterfaceDecl *CDecl = nullptr; in AddClassMessageCompletions() local
DSemaLookup.cpp4810 void TypoCorrection::addCorrectionDecl(NamedDecl *CDecl) { in addCorrectionDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp856 ObjCContainerDecl *CDecl = in getIvarAccessString() local
3765 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo() local
3810 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield() local
3847 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl() local
3859 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType() local
3884 void RewriteModernObjC::RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, in RewriteObjCInternalStruct()
3961 void RewriteModernObjC::RewriteIvarOffsetSymbols(ObjCInterfaceDecl *CDecl, in RewriteIvarOffsetSymbols()
4012 ObjCInterfaceDecl *CDecl = OIMP->getClassInterface(); in RewriteImplementations() local
4021 ObjCInterfaceDecl *CDecl = CIMP->getClassInterface(); in RewriteImplementations() local
5863 ObjCInterfaceDecl *CDecl = ObjCInterfacesSeen[i]; in HandleTranslationUnit() local
[all …]
DRewriteObjC.cpp3085 void RewriteObjC::RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, in RewriteObjCInternalStruct()
5270 ObjCInterfaceDecl *CDecl = IDecl->getClassInterface(); in RewriteObjCClassMetaData() local
5625 ObjCCategoryDecl *CDecl in RewriteObjCCategoryImplDecl() local
/external/clang/include/clang/Sema/
DTypoCorrection.h154 void setCorrectionDecl(NamedDecl *CDecl) { in setCorrectionDecl()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1011 ObjCContainerDecl *CDecl, in migrateMethodInstanceType()
1289 ObjCContainerDecl *CDecl) { in migrateAllMethodInstaceType()
1302 ObjCContainerDecl *CDecl, in migrateFactoryMethod()
1570 ObjCContainerDecl *CDecl) { in migrateARCSafeAnnotation()
1857 if (ObjCInterfaceDecl *CDecl = dyn_cast<ObjCInterfaceDecl>(*D)) in HandleTranslationUnit() local
1920 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(*D)) { in HandleTranslationUnit() local
/external/clang/lib/AST/
DDeclPrinter.cpp452 CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D); in VisitFunctionDecl() local
DASTImporter.cpp2837 Decl *CDecl = Importer.Import(DCXX->getLambdaContextDecl()); in VisitRecordDecl() local
DASTContext.cpp1971 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols()
/external/clang/lib/Parse/
DParseObjc.cpp620 Decl *CDecl) { in ParseObjCInterfaceDeclList()
/external/clang/tools/libclang/
DCIndex.cpp1077 ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(PD->getDeclContext()); in VisitObjCPropertyDecl() local