Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp437 explicit ObjCInterfaceValidatorCCC(ObjCInterfaceDecl *IDecl) in ObjCInterfaceValidatorCCC()
488 ObjCInterfaceDecl *IDecl in ActOnStartClassInterface() local
611 NamedDecl* IDecl = LookupSingleName(TUScope, SuperName, SuperLoc, in ActOnTypedefedProtocols() local
1017 ObjCInterfaceDecl *IDecl = nullptr; in ActOnStartClassImplementation() local
1149 ObjCInterfaceDecl* IDecl = ImpDecl->getClassInterface(); in CheckImplementationIvars() local
1683 ObjCInterfaceDecl *IDecl = C ? C->getClassInterface() in CheckProtocolMethodDefs() local
1915 ObjCInterfaceDecl *IDecl = CatDecl->getClassInterface(); in CheckCategoryVsClassMethodMatches() local
2071 ObjCInterfaceDecl *IDecl in ActOnForwardClassDeclaration() local
2685 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) { in ActOnAtEnd() local
3218 if (ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface()) in ActOnMethodDeclaration() local
[all …]
H A DSemaObjCProperty.cpp543 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in CreatePropertyDecl() local
816 ObjCInterfaceDecl *IDecl = nullptr; in ActOnPropertyImplDecl() local
1426 if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl)) { in CollectImmediateProperties() local
1501 static bool SuperClassImplementsProperty(ObjCInterfaceDecl *IDecl, in SuperClassImplementsProperty()
1525 ObjCInterfaceDecl *IDecl) { in DefaultSynthesizeProperties()
1615 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) in DefaultSynthesizeProperties() local
1654 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); in DiagnoseUnimplementedProperties() local
1755 ObjCContainerDecl* IDecl) { in AtomicPropertySetterGetterRules()
H A DSemaExprMember.cpp1258 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr() local
H A DSemaDecl.cpp403 } else if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(IIDecl)) { in getTypeName() local
1582 NamedDecl *IDecl = LookupSingleName(TUScope, Id, IdLoc, LookupOrdinaryName); in getObjCInterfaceDecl() local
11963 Decl *Sema::ActOnObjCContainerStartDefinition(Decl *IDecl) { in ActOnObjCContainerStartDefinition()
13045 ObjCInterfaceDecl *IDecl = CDecl->getClassInterface(); in ActOnFields() local
H A DSemaExpr.cpp93 if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(D)) { in DiagnoseAvailabilityOfDecl() local
511 if (ObjCInterfaceDecl *IDecl = OTy->getInterface()) { in DiagnoseDirectIsaAccess() local
H A DSemaCodeComplete.cpp6809 Decl *IDecl = nullptr; in CodeCompleteObjCMethodDecl() local
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp726 bool ObjCMethodCall::canBeOverridenInSubclass(ObjCInterfaceDecl *IDecl, in canBeOverridenInSubclass()
809 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterfaceDecl()) in getRuntimeDefinition() local
816 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterfaceDecl()) { in getRuntimeDefinition() local
863 if (ObjCInterfaceDecl *IDecl = E->getReceiverInterface()) { in getRuntimeDefinition() local
/minix/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCallGraph.cpp69 if (ObjCInterfaceDecl *IDecl = ME->getReceiverInterface()) { in VisitObjCMessageExpr() local
/minix/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp441 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in PropertyMemoryAttribute() local
608 const ObjCInterfaceDecl *IDecl, in ClassImplementsAllMethodsAndProperties()
670 static bool rewriteToObjCInterfaceDecl(const ObjCInterfaceDecl *IDecl, in rewriteToObjCInterfaceDecl()
836 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface(); in migrateProtocolConformance() local
983 ObjCInterfaceDecl *IDecl = OM->getClassInterface(); in ReplaceWithClasstype() local
1034 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); in migrateMethodInstanceType() local
1306 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); in migrateFactoryMethod() local
H A DTransAutoreleasePool.cpp389 bool isNSAutoreleasePool(ObjCInterfaceDecl *IDecl) { in isNSAutoreleasePool()
/minix/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp837 static void WriteInternalIvarName(const ObjCInterfaceDecl *IDecl, in WriteInternalIvarName()
1254 void RewriteModernObjC::RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl, in RewriteObjCMethodDecl()
1990 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt() local
3694 bool RewriteModernObjC::IsTagDefinedInsideClass(ObjCContainerDecl *IDecl, in IsTagDefinedInsideClass()
3825 ObjCContainerDecl *IDecl = in RewriteLocallyDefinedNamedAggregates() local
4060 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols() local
7167 void RewriteModernObjC::RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl, in RewriteObjCClassMetaData()
7334 ObjCImplementationDecl *IDecl = ClassImplementation[i]; in RewriteClassSetupInitHook() local
7431 void RewriteModernObjC::RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, in RewriteObjCCategoryImplDecl()
7516 ObjCCategoryImplDecl *IDecl = CategoryImplementation[i]; in RewriteCategorySetupInitHook() local
H A DRewriteObjC.cpp1059 void RewriteObjC::RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl, in RewriteObjCMethodDecl()
1861 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt() local
5307 void RewriteObjCFragileABI::RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl, in RewriteObjCClassMetaData()
5660 void RewriteObjCFragileABI::RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, in RewriteObjCCategoryImplDecl()
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp374 ObjCInterfaceDecl *IDecl = const_cast<ObjCInterfaceDecl *>(InterfaceD); in visit() local
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1392 ObjCInterfaceDecl *IDecl = this; in ClassImplementsProtocol() local
1658 ObjCInterfaceDecl *IDecl, in Create()
H A DASTContext.cpp1826 ObjCInterfaceDecl *IDecl = const_cast<ObjCInterfaceDecl *>(OI); in DeepCollectObjCIvars() local
3609 ObjCInterfaceDecl *IDecl) { in QIdProtocolsAdoptObjCObjectProtocols()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1100 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface(); in GetEHType() local
H A DCGObjCMac.cpp3949 ObjCInterfaceDecl *IDecl = ObjTy->getInterface(); in EmitTryOrSynchronizedStmt() local