Home
last modified time | relevance | path

Searched defs:IDecl (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp519 explicit ObjCInterfaceValidatorCCC(ObjCInterfaceDecl *IDecl) in ObjCInterfaceValidatorCCC()
554 Scope *S, SourceLocation AtInterfaceLoc, ObjCInterfaceDecl *IDecl, in ActOnSuperClassOfClassInterface()
598 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) { in ActOnSuperClassOfClassInterface() local
1050 ObjCInterfaceDecl *IDecl = in ActOnStartClassInterface() local
1121 NamedDecl *IDecl = SemaRef.LookupSingleName( in ActOnTypedefedProtocols() local
1165 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) { in ActOnCompatibilityAlias() local
1823 ObjCInterfaceDecl *IDecl = getObjCInterfaceDecl(ClassName, ClassLoc, true); in ActOnStartCategoryInterface() local
1918 ObjCInterfaceDecl *IDecl = getObjCInterfaceDecl(ClassName, ClassLoc, true); in ActOnStartCategoryImplementation() local
1986 ObjCInterfaceDecl *IDecl = nullptr; in ActOnStartClassImplementation() local
2141 ObjCInterfaceDecl* IDecl = ImpDecl->getClassInterface(); in CheckImplementationIvars() local
[all …]
H A DSemaObjCProperty.cpp580 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in CreatePropertyDecl() local
1080 ObjCInterfaceDecl *IDecl = nullptr; in ActOnPropertyImplDecl() local
1739 if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl)) { in CollectImmediateProperties() local
1843 static bool SuperClassImplementsProperty(ObjCInterfaceDecl *IDecl, in SuperClassImplementsProperty()
1867 ObjCInterfaceDecl *IDecl, in DefaultSynthesizeProperties()
1969 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) in DefaultSynthesizeProperties() local
2015 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); in DiagnoseUnimplementedProperties() local
2145 ObjCInterfaceDecl *IDecl) { in AtomicPropertySetterGetterRules()
H A DSemaAvailability.cpp117 if (const auto *IDecl = dyn_cast<ObjCInterfaceDecl>(D)) { in ShouldDiagnoseAvailabilityOfDecl() local
H A DSemaExprMember.cpp1386 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr() local
H A DSemaObjC.cpp1275 void SemaObjC::ActOnObjCContainerStartDefinition(ObjCContainerDecl *IDecl) { in ActOnObjCContainerStartDefinition()
H A DSemaDecl.cpp524 } else if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(IIDecl)) { in getTypeName() local
19299 ObjCInterfaceDecl *IDecl = CDecl->getClassInterface(); in ActOnFields() local
H A DSemaCodeComplete.cpp9657 Decl *IDecl = nullptr; in CodeCompleteObjCMethodDecl() local
H A DSemaExpr.cpp595 if (ObjCInterfaceDecl *IDecl = OTy->getInterface()) { in DiagnoseDirectIsaAccess() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp434 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in PropertyMemoryAttribute() local
600 const ObjCInterfaceDecl *IDecl, in ClassImplementsAllMethodsAndProperties()
659 static bool rewriteToObjCInterfaceDecl(const ObjCInterfaceDecl *IDecl, in rewriteToObjCInterfaceDecl()
830 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface(); in migrateProtocolConformance() local
977 ObjCInterfaceDecl *IDecl = OM->getClassInterface(); in ReplaceWithClasstype() local
1028 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); in migrateMethodInstanceType() local
1299 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); in migrateFactoryMethod() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1131 bool ObjCMethodCall::canBeOverridenInSubclass(ObjCInterfaceDecl *IDecl, in canBeOverridenInSubclass()
1339 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterface()) in getRuntimeDefinition() local
1349 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterface()) { in getRuntimeDefinition() local
1365 if (ObjCInterfaceDecl *IDecl = E->getReceiverInterface()) { in getRuntimeDefinition() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp831 static void WriteInternalIvarName(const ObjCInterfaceDecl *IDecl, in WriteInternalIvarName()
1229 void RewriteModernObjC::RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl, in RewriteObjCMethodDecl()
1970 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt() local
3601 bool RewriteModernObjC::IsTagDefinedInsideClass(ObjCContainerDecl *IDecl, in IsTagDefinedInsideClass()
3731 auto *IDecl = dyn_cast<ObjCContainerDecl>(fieldDecl->getDeclContext()); in RewriteLocallyDefinedNamedAggregates() local
3962 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols() local
6998 void RewriteModernObjC::RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl, in RewriteObjCClassMetaData()
7163 ObjCImplementationDecl *IDecl = ClassImplementation[i]; in RewriteClassSetupInitHook() local
7260 void RewriteModernObjC::RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, in RewriteObjCCategoryImplDecl()
7345 ObjCCategoryImplDecl *IDecl = CategoryImplementation[i]; in RewriteCategorySetupInitHook() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp192 if (auto *IDecl = dyn_cast<ObjCInterfaceDecl>(DC)) { in findPropertyDecl() local
1794 ObjCInterfaceDecl *IDecl = this; in ClassImplementsProtocol() local
2120 ObjCInterfaceDecl *IDecl, ObjCTypeParamList *typeParamList, in ObjCCategoryDecl()
2131 const IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, in Create()
H A DASTContext.cpp2623 auto *IDecl = const_cast<ObjCInterfaceDecl *>(OI); in DeepCollectObjCIvars() local
5914 ObjCInterfaceDecl *IDecl) { in QIdProtocolsAdoptObjCObjectProtocols()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2516 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface(); in GetEHType() local
H A DCGObjCMac.cpp4768 ObjCInterfaceDecl *IDecl = ObjTy->getInterface(); in EmitTryOrSynchronizedStmt() local