Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp168 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) { in ActOnProperty() local
326 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(CurContext); in HandlePropertyInClassExtension() local
521 ObjCContainerDecl *CDecl, in CreatePropertyDecl()
1421 static void CollectImmediateProperties(ObjCContainerDecl *CDecl, in CollectImmediateProperties()
1466 static void CollectSuperClassPropertyImplementations(ObjCInterfaceDecl *CDecl, in CollectSuperClassPropertyImplementations()
1620 ObjCContainerDecl *CDecl, in DiagnoseUnimplementedAccessor()
1647 ObjCContainerDecl *CDecl, in DiagnoseUnimplementedProperties()
DSemaDeclObjC.cpp657 ObjCInterfaceDecl *CDecl = dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU); in ActOnCompatibilityAlias() local
896 ObjCCategoryDecl *CDecl; in ActOnStartCategoryInterface() local
974 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation() local
1188 for (const auto *CDecl : IDecl->visible_extensions()) { in CheckImplementationIvars() local
1684 ObjCContainerDecl *CDecl, in CheckProtocolMethodDefs()
1815 ObjCContainerDecl* CDecl, in MatchAllMethodDeclarations()
1953 ObjCContainerDecl* CDecl, in ImplMethodsVsClassMethods()
2631 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(ClassDecl)) { in ActOnAtEnd() local
DSemaDecl.cpp6245 for (TypoCorrection::const_decl_iterator CDecl = candidate.begin(), in ValidateCandidate() local
6331 for (TypoCorrection::decl_iterator CDecl = Correction.begin(), in DiagnoseInvalidRedeclaration() local
12131 if (ObjCCategoryDecl *CDecl = in ActOnIvar() local
12599 } else if (ObjCCategoryDecl *CDecl = in ActOnFields() local
DSemaCodeComplete.cpp5248 ObjCInterfaceDecl *CDecl = nullptr; in CodeCompleteObjCSuperMessage() local
5349 ObjCInterfaceDecl *CDecl = nullptr; in AddClassMessageCompletions() local
DSemaLookup.cpp4425 void TypoCorrection::addCorrectionDecl(NamedDecl *CDecl) { in addCorrectionDecl()
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp879 ObjCContainerDecl *CDecl = in getIvarAccessString() local
3864 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo() local
3909 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield() local
3946 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl() local
3959 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType() local
3985 void RewriteModernObjC::RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, in RewriteObjCInternalStruct()
4062 void RewriteModernObjC::RewriteIvarOffsetSymbols(ObjCInterfaceDecl *CDecl, in RewriteIvarOffsetSymbols()
4116 ObjCInterfaceDecl *CDecl = OIMP->getClassInterface(); in RewriteImplementations() local
4125 ObjCInterfaceDecl *CDecl = CIMP->getClassInterface(); in RewriteImplementations() local
5991 ObjCInterfaceDecl *CDecl = ObjCInterfacesSeen[i]; in HandleTranslationUnit() local
[all …]
DRewriteObjC.cpp3113 void RewriteObjC::RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, in RewriteObjCInternalStruct()
5326 ObjCInterfaceDecl *CDecl = IDecl->getClassInterface(); in RewriteObjCClassMetaData() local
5682 ObjCCategoryDecl *CDecl in RewriteObjCCategoryImplDecl() local
/external/clang/include/clang/Sema/
DTypoCorrection.h146 void setCorrectionDecl(NamedDecl *CDecl) { in setCorrectionDecl()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp879 ObjCContainerDecl *CDecl, in migrateMethodInstanceType()
1158 ObjCContainerDecl *CDecl) { in migrateAllMethodInstaceType()
1171 ObjCContainerDecl *CDecl, in migrateFactoryMethod()
1442 ObjCContainerDecl *CDecl) { in migrateARCSafeAnnotation()
1718 if (ObjCInterfaceDecl *CDecl = dyn_cast<ObjCInterfaceDecl>(*D)) in HandleTranslationUnit() local
1778 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(*D)) { in HandleTranslationUnit() local
/external/clang/lib/AST/
DDeclPrinter.cpp387 CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D); in VisitFunctionDecl() local
DASTContext.cpp1832 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols()
/external/clang/lib/Parse/
DParseObjc.cpp389 Decl *CDecl) { in ParseObjCInterfaceDeclList()
/external/clang/tools/libclang/
DCIndex.cpp1050 ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(PD->getDeclContext()); in VisitObjCPropertyDecl() local