Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp507 ObjCInterfaceValidatorCCC(ObjCInterfaceDecl * IDecl) ObjCInterfaceValidatorCCC() argument
544 ActOnSuperClassOfClassInterface(Scope * S,SourceLocation AtInterfaceLoc,ObjCInterfaceDecl * IDecl,IdentifierInfo * ClassName,SourceLocation ClassLoc,IdentifierInfo * SuperName,SourceLocation SuperLoc,ArrayRef<ParsedType> SuperTypeArgs,SourceRange SuperTypeArgsRange) ActOnSuperClassOfClassInterface() argument
590 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) { ActOnSuperClassOfClassInterface() local
1054 ObjCInterfaceDecl *IDecl ActOnStartClassInterface() local
1124 NamedDecl* IDecl = LookupSingleName(TUScope, SuperName, SuperLoc, ActOnTypedefedProtocols() local
1167 if (NamedDecl *IDecl = T->castAs<ObjCObjectType>()->getInterface()) { ActOnCompatibilityAlias() local
1826 ObjCInterfaceDecl *IDecl = getObjCInterfaceDecl(ClassName, ClassLoc, true); ActOnStartCategoryInterface() local
1920 ObjCInterfaceDecl *IDecl = getObjCInterfaceDecl(ClassName, ClassLoc, true); ActOnStartCategoryImplementation() local
1986 ObjCInterfaceDecl *IDecl = nullptr; ActOnStartClassImplementation() local
2138 ObjCInterfaceDecl* IDecl = ImpDecl->getClassInterface(); CheckImplementationIvars() local
2709 ObjCInterfaceDecl *IDecl = C ? C->getClassInterface() CheckProtocolMethodDefs() local
2947 ObjCInterfaceDecl *IDecl = CatDecl->getClassInterface(); CheckCategoryVsClassMethodMatches() local
3006 if (const ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl)) { ImplMethodsVsClassMethods() local
3140 ObjCInterfaceDecl *IDecl ActOnForwardClassDeclaration() local
3946 const auto *IDecl = CDecl->getClassInterface(); DiagnoseCategoryDirectMembersProtocolConformance() local
4093 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) { ActOnAtEnd() local
4185 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { ActOnAtEnd() local
4672 checkObjCDirectMethodClashes(Sema & S,ObjCInterfaceDecl * IDecl,ObjCMethodDecl * Method,ObjCImplDecl * ImpDecl=nullptr) checkObjCDirectMethodClashes() argument
4890 if (ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface()) { ActOnMethodDeclaration() local
4977 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(ClassDecl); ActOnMethodDeclaration() local
5282 const ObjCInterfaceDecl *IDecl = Method->getClassInterface(); GetIvarBackingPropertyAccessor() local
[all...]
H A DSemaObjCProperty.cpp595 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); CreatePropertyDecl() local
1098 ObjCInterfaceDecl *IDecl = nullptr; ActOnPropertyImplDecl() local
1759 if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl)) { CollectImmediateProperties() local
1863 SuperClassImplementsProperty(ObjCInterfaceDecl * IDecl,ObjCPropertyDecl * Prop) SuperClassImplementsProperty() argument
1887 DefaultSynthesizeProperties(Scope * S,ObjCImplDecl * IMPDecl,ObjCInterfaceDecl * IDecl,SourceLocation AtEnd) DefaultSynthesizeProperties() argument
1987 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) DefaultSynthesizeProperties() local
2033 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); DiagnoseUnimplementedProperties() local
2163 AtomicPropertySetterGetterRules(ObjCImplDecl * IMPDecl,ObjCInterfaceDecl * IDecl) AtomicPropertySetterGetterRules() argument
[all...]
H A DSemaAvailability.cpp83 if (const auto *IDecl = dyn_cast<ObjCInterfaceDecl>(D)) { ShouldDiagnoseAvailabilityOfDecl() local
H A DSemaExprMember.cpp1372 ObjCInterfaceDecl *IDecl = OTy->getInterface(); LookupMemberExpr() local
[all...]
H A DSemaDecl.cpp572 } else if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(IIDecl)) { getTypeName() local
2359 NamedDecl *IDecl = LookupSingleName(TUScope, Id, IdLoc, LookupOrdinaryName); getObjCInterfaceDecl() local
18196 ActOnObjCContainerStartDefinition(ObjCContainerDecl * IDecl) ActOnObjCContainerStartDefinition() argument
19633 ObjCInterfaceDecl *IDecl = CDecl->getClassInterface(); ActOnFields() local
H A DSemaCodeComplete.cpp9564 Decl *IDecl = nullptr; CodeCompleteObjCMethodDecl() local
H A DSemaExpr.cpp605 if (ObjCInterfaceDecl *IDecl = OTy->getInterface()) { DiagnoseDirectIsaAccess() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp434 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in PropertyMemoryAttribute() local
600 const ObjCInterfaceDecl *IDecl, in ClassImplementsAllMethodsAndProperties() argument
659 static bool rewriteToObjCInterfaceDecl(const ObjCInterfaceDecl *IDecl, in rewriteToObjCInterfaceDecl() argument
830 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface(); migrateProtocolConformance() local
977 ObjCInterfaceDecl *IDecl = OM->getClassInterface(); ReplaceWithClasstype() local
1028 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); migrateMethodInstanceType() local
1299 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); migrateFactoryMethod() local
[all...]
H A DTransAutoreleasePool.cpp389 bool isNSAutoreleasePool(ObjCInterfaceDecl *IDecl) { in isNSAutoreleasePool()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1131 bool ObjCMethodCall::canBeOverridenInSubclass(ObjCInterfaceDecl *IDecl, in canBeOverridenInSubclass() argument
1339 if (ObjCInterfaceDecl *IDecl in getRuntimeDefinition() local
1349 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterface()) { getRuntimeDefinition() local
1365 if (ObjCInterfaceDecl *IDecl = E->getReceiverInterface()) { getRuntimeDefinition() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp115 if (ObjCInterfaceDecl *IDecl = ME->getReceiverInterface()) { in VisitObjCMessageExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp832 WriteInternalIvarName(const ObjCInterfaceDecl * IDecl,ObjCIvarDecl * IvarDecl,std::string & Result) WriteInternalIvarName() argument
1230 RewriteObjCMethodDecl(const ObjCInterfaceDecl * IDecl,ObjCMethodDecl * OMD,std::string & ResultStr) RewriteObjCMethodDecl() argument
1971 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); RewriteObjCTryStmt() local
3602 IsTagDefinedInsideClass(ObjCContainerDecl * IDecl,TagDecl * Tag,bool & IsNamedDefinition) IsTagDefinedInsideClass() argument
3732 auto *IDecl = dyn_cast<ObjCContainerDecl>(fieldDecl->getDeclContext()); RewriteLocallyDefinedNamedAggregates() local
3963 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); RewriteIvarOffsetSymbols() local
7000 RewriteObjCClassMetaData(ObjCImplementationDecl * IDecl,std::string & Result) RewriteObjCClassMetaData() argument
7165 ObjCImplementationDecl *IDecl = ClassImplementation[i]; RewriteClassSetupInitHook() local
7262 RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl * IDecl,std::string & Result) RewriteObjCCategoryImplDecl() argument
7347 ObjCCategoryImplDecl *IDecl = CategoryImplementation[i]; RewriteCategorySetupInitHook() local
[all...]
H A DRewriteObjC.cpp1063 void RewriteObjC::RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl, in RewriteObjCMethodDecl()
1866 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt() local
5264 void RewriteObjCFragileABI::RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl, in RewriteObjCClassMetaData()
5616 void RewriteObjCFragileABI::RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, in RewriteObjCCategoryImplDecl()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp191 if (auto *IDecl = dyn_cast<ObjCInterfaceDecl>(DC)) { findPropertyDecl() local
1800 ObjCInterfaceDecl *IDecl = this; ClassImplementsProtocol() local
2126 ObjCCategoryDecl(DeclContext * DC,SourceLocation AtLoc,SourceLocation ClassNameLoc,SourceLocation CategoryNameLoc,IdentifierInfo * Id,ObjCInterfaceDecl * IDecl,ObjCTypeParamList * typeParamList,SourceLocation IvarLBraceLoc,SourceLocation IvarRBraceLoc) ObjCCategoryDecl() argument
2141 Create(ASTContext & C,DeclContext * DC,SourceLocation AtLoc,SourceLocation ClassNameLoc,SourceLocation CategoryNameLoc,IdentifierInfo * Id,ObjCInterfaceDecl * IDecl,ObjCTypeParamList * typeParamList,SourceLocation IvarLBraceLoc,SourceLocation IvarRBraceLoc) Create() argument
[all...]
H A DASTContext.cpp2572 auto *IDecl = const_cast<ObjCInterfaceDecl *>(OI); DeepCollectObjCIvars() local
5504 QIdProtocolsAdoptObjCObjectProtocols(QualType QT,ObjCInterfaceDecl * IDecl) QIdProtocolsAdoptObjCObjectProtocols() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp367 ObjCInterfaceDecl *IDecl = const_cast<ObjCInterfaceDecl *>(InterfaceD); in visit() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2517 assert(IDecl && "Invalid @catch type."); in GetEHType() local
H A DCGObjCMac.cpp4759 ObjCInterfaceDecl *IDecl = ObjTy->getInterface(); EmitTryOrSynchronizedStmt() local