/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 437 explicit ObjCInterfaceValidatorCCC(ObjCInterfaceDecl *IDecl) in ObjCInterfaceValidatorCCC() 467 ObjCInterfaceDecl *IDecl, in ActOnSuperClassOfClassInterface() 514 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) { in ActOnSuperClassOfClassInterface() local 980 ObjCInterfaceDecl *IDecl in ActOnStartClassInterface() local 1035 NamedDecl* IDecl = LookupSingleName(TUScope, SuperName, SuperLoc, in ActOnTypedefedProtocols() local 1070 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) { in ActOnCompatibilityAlias() local 1722 ObjCInterfaceDecl *IDecl = getObjCInterfaceDecl(ClassName, ClassLoc, true); in ActOnStartCategoryInterface() local 1808 ObjCInterfaceDecl *IDecl = getObjCInterfaceDecl(ClassName, ClassLoc, true); in ActOnStartCategoryImplementation() local 1876 ObjCInterfaceDecl *IDecl = nullptr; in ActOnStartClassImplementation() local 2022 ObjCInterfaceDecl* IDecl = ImpDecl->getClassInterface(); in CheckImplementationIvars() local [all …]
|
D | SemaObjCProperty.cpp | 594 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in CreatePropertyDecl() local 916 ObjCInterfaceDecl *IDecl = nullptr; in ActOnPropertyImplDecl() local 1541 if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl)) { in CollectImmediateProperties() local 1646 static bool SuperClassImplementsProperty(ObjCInterfaceDecl *IDecl, in SuperClassImplementsProperty() 1670 ObjCInterfaceDecl *IDecl) { in DefaultSynthesizeProperties() 1763 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) in DefaultSynthesizeProperties() local 1810 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); in DiagnoseUnimplementedProperties() local 1943 ObjCInterfaceDecl* IDecl) { in AtomicPropertySetterGetterRules()
|
D | SemaExprMember.cpp | 1362 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr() local
|
D | SemaDecl.cpp | 451 } else if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(IIDecl)) { in getTypeName() local 1692 NamedDecl *IDecl = LookupSingleName(TUScope, Id, IdLoc, LookupOrdinaryName); in getObjCInterfaceDecl() local 13128 Decl *Sema::ActOnObjCContainerStartDefinition(Decl *IDecl) { in ActOnObjCContainerStartDefinition() 14232 ObjCInterfaceDecl *IDecl = CDecl->getClassInterface(); in ActOnFields() local
|
D | SemaCodeComplete.cpp | 7050 Decl *IDecl = nullptr; in CodeCompleteObjCMethodDecl() local
|
D | SemaExpr.cpp | 128 if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(D)) { in DiagnoseAvailabilityOfDecl() local 591 if (ObjCInterfaceDecl *IDecl = OTy->getInterface()) { in DiagnoseDirectIsaAccess() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 839 bool ObjCMethodCall::canBeOverridenInSubclass(ObjCInterfaceDecl *IDecl, in canBeOverridenInSubclass() 922 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterfaceDecl()) in getRuntimeDefinition() local 929 if (ObjCInterfaceDecl *IDecl = ReceiverT->getInterfaceDecl()) { in getRuntimeDefinition() local 998 if (ObjCInterfaceDecl *IDecl = E->getReceiverInterface()) { in getRuntimeDefinition() local
|
/external/clang/lib/Analysis/ |
D | CallGraph.cpp | 69 if (ObjCInterfaceDecl *IDecl = ME->getReceiverInterface()) { in VisitObjCMessageExpr() local
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 434 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in PropertyMemoryAttribute() local 601 const ObjCInterfaceDecl *IDecl, in ClassImplementsAllMethodsAndProperties() 662 static bool rewriteToObjCInterfaceDecl(const ObjCInterfaceDecl *IDecl, in rewriteToObjCInterfaceDecl() 843 const ObjCInterfaceDecl *IDecl = ImpDecl->getClassInterface(); in migrateProtocolConformance() local 990 ObjCInterfaceDecl *IDecl = OM->getClassInterface(); in ReplaceWithClasstype() local 1041 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); in migrateMethodInstanceType() local 1312 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); in migrateFactoryMethod() local
|
D | TransAutoreleasePool.cpp | 389 bool isNSAutoreleasePool(ObjCInterfaceDecl *IDecl) { in isNSAutoreleasePool()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 167 if (auto *IDecl = dyn_cast<ObjCInterfaceDecl>(DC)) { in findPropertyDecl() local 1638 ObjCInterfaceDecl *IDecl = this; in ClassImplementsProtocol() local 1909 IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, in ObjCCategoryDecl() 1926 ObjCInterfaceDecl *IDecl, in Create()
|
D | ASTContext.cpp | 1962 ObjCInterfaceDecl *IDecl = const_cast<ObjCInterfaceDecl *>(OI); in DeepCollectObjCIvars() local 3824 ObjCInterfaceDecl *IDecl) { in QIdProtocolsAdoptObjCObjectProtocols()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 827 static void WriteInternalIvarName(const ObjCInterfaceDecl *IDecl, in WriteInternalIvarName() 1227 void RewriteModernObjC::RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl, in RewriteObjCMethodDecl() 1963 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt() local 3609 bool RewriteModernObjC::IsTagDefinedInsideClass(ObjCContainerDecl *IDecl, in IsTagDefinedInsideClass() 3739 ObjCContainerDecl *IDecl = in RewriteLocallyDefinedNamedAggregates() local 3971 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols() local 7012 void RewriteModernObjC::RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl, in RewriteObjCClassMetaData() 7177 ObjCImplementationDecl *IDecl = ClassImplementation[i]; in RewriteClassSetupInitHook() local 7274 void RewriteModernObjC::RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, in RewriteObjCCategoryImplDecl() 7359 ObjCCategoryImplDecl *IDecl = CategoryImplementation[i]; in RewriteCategorySetupInitHook() local
|
D | RewriteObjC.cpp | 1059 void RewriteObjC::RewriteObjCMethodDecl(const ObjCInterfaceDecl *IDecl, in RewriteObjCMethodDecl() 1857 ObjCInterfaceDecl *IDecl = Ptr->getObjectType()->getInterface(); in RewriteObjCTryStmt() local 5268 void RewriteObjCFragileABI::RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl, in RewriteObjCClassMetaData() 5621 void RewriteObjCFragileABI::RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, in RewriteObjCCategoryImplDecl()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 370 ObjCInterfaceDecl *IDecl = const_cast<ObjCInterfaceDecl *>(InterfaceD); in visit() local
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 1147 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface(); in GetEHType() local
|
D | CGObjCMac.cpp | 4234 ObjCInterfaceDecl *IDecl = ObjTy->getInterface(); in EmitTryOrSynchronizedStmt() local
|