/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 168 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() 1624 ObjCContainerDecl *CDecl, in DiagnoseUnimplementedAccessor() 1651 ObjCContainerDecl *CDecl, in DiagnoseUnimplementedProperties()
|
H A D | SemaDeclObjC.cpp | 654 ObjCInterfaceDecl *CDecl = dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU); in ActOnCompatibilityAlias() local 893 ObjCCategoryDecl *CDecl; in ActOnStartCategoryInterface() local 971 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation() local 1183 for (const auto *CDecl : IDecl->visible_extensions()) { in CheckImplementationIvars() local 1680 ObjCContainerDecl *CDecl, in CheckProtocolMethodDefs() 1811 ObjCContainerDecl* CDecl, in MatchAllMethodDeclarations() 1949 ObjCContainerDecl* CDecl, in ImplMethodsVsClassMethods() 2674 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(ClassDecl)) { in ActOnAtEnd() local
|
H A D | SemaDecl.cpp | 6385 for (TypoCorrection::const_decl_iterator CDecl = candidate.begin(), in ValidateCandidate() local 6471 for (TypoCorrection::decl_iterator CDecl = Correction.begin(), in DiagnoseInvalidRedeclaration() local 12572 if (ObjCCategoryDecl *CDecl = in ActOnIvar() local 13037 } else if (ObjCCategoryDecl *CDecl = in ActOnFields() local
|
H A D | SemaCodeComplete.cpp | 5252 ObjCInterfaceDecl *CDecl = nullptr; in CodeCompleteObjCSuperMessage() local 5353 ObjCInterfaceDecl *CDecl = nullptr; in AddClassMessageCompletions() local
|
H A D | SemaLookup.cpp | 4368 void TypoCorrection::addCorrectionDecl(NamedDecl *CDecl) { in addCorrectionDecl()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 867 ObjCContainerDecl *CDecl = in getIvarAccessString() local 3852 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo() local 3897 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield() local 3934 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl() local 3947 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType() local 3973 void RewriteModernObjC::RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, in RewriteObjCInternalStruct() 4050 void RewriteModernObjC::RewriteIvarOffsetSymbols(ObjCInterfaceDecl *CDecl, in RewriteIvarOffsetSymbols() 4102 ObjCInterfaceDecl *CDecl = OIMP->getClassInterface(); in RewriteImplementations() local 4111 ObjCInterfaceDecl *CDecl = CIMP->getClassInterface(); in RewriteImplementations() local 5973 ObjCInterfaceDecl *CDecl = ObjCInterfacesSeen[i]; in HandleTranslationUnit() local [all …]
|
H A D | RewriteObjC.cpp | 3104 void RewriteObjC::RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, in RewriteObjCInternalStruct() 5309 ObjCInterfaceDecl *CDecl = IDecl->getClassInterface(); in RewriteObjCClassMetaData() local 5664 ObjCCategoryDecl *CDecl in RewriteObjCCategoryImplDecl() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | TypoCorrection.h | 147 void setCorrectionDecl(NamedDecl *CDecl) { in setCorrectionDecl()
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1004 ObjCContainerDecl *CDecl, in migrateMethodInstanceType() 1283 ObjCContainerDecl *CDecl) { in migrateAllMethodInstaceType() 1296 ObjCContainerDecl *CDecl, in migrateFactoryMethod() 1567 ObjCContainerDecl *CDecl) { in migrateARCSafeAnnotation() 1859 if (ObjCInterfaceDecl *CDecl = dyn_cast<ObjCInterfaceDecl>(*D)) in HandleTranslationUnit() local 1919 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(*D)) { in HandleTranslationUnit() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 402 CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D); in VisitFunctionDecl() local
|
H A D | ASTContext.cpp | 1835 void ASTContext::CollectInheritedProtocols(const Decl *CDecl, in CollectInheritedProtocols()
|
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 323 Decl *CDecl) { in ParseObjCInterfaceDeclList()
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 1054 ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(PD->getDeclContext()); in VisitObjCPropertyDecl() local
|