/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 200 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()
|
D | SemaDeclObjC.cpp | 1077 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
|
D | SemaDecl.cpp | 7123 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
|
D | SemaCodeComplete.cpp | 5491 ObjCInterfaceDecl *CDecl = nullptr; in CodeCompleteObjCSuperMessage() local 5592 ObjCInterfaceDecl *CDecl = nullptr; in AddClassMessageCompletions() local
|
D | SemaLookup.cpp | 4810 void TypoCorrection::addCorrectionDecl(NamedDecl *CDecl) { in addCorrectionDecl()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 856 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 …]
|
D | RewriteObjC.cpp | 3085 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/ |
D | TypoCorrection.h | 154 void setCorrectionDecl(NamedDecl *CDecl) { in setCorrectionDecl()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1011 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/ |
D | DeclPrinter.cpp | 452 CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D); in VisitFunctionDecl() local
|
D | ASTImporter.cpp | 2837 Decl *CDecl = Importer.Import(DCXX->getLambdaContextDecl()); in VisitRecordDecl() local
|
D | ASTContext.cpp | 1971 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 620 Decl *CDecl) { in ParseObjCInterfaceDeclList()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1077 ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(PD->getDeclContext()); in VisitObjCPropertyDecl() local
|