/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 32 const ObjCInterfaceDecl *OID, in ComputeIvarBaseOffset() argument 39 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset() argument 55 const ObjCInterfaceDecl *OID, in EmitValueForIvarAtOffset() argument
|
H A D | CGObjCGNU.cpp | 1252 const ObjCInterfaceDecl *OID = nullptr; GetClassVar() local 1714 GenerateClass(const ObjCImplementationDecl * OID) GenerateClass() argument 2051 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(CD); GenerateDirectMethodPrologue() local 2429 GetClass(CodeGenFunction & CGF,const ObjCInterfaceDecl * OID) GetClass() argument 3530 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) GeneratePropertyList() local 3554 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) GeneratePropertyList() local 3600 GenerateClass(const ObjCImplementationDecl * OID) GenerateClass() argument 4287 FindIvarInterface(ASTContext & Context,const ObjCInterfaceDecl * OID,const ObjCIvarDecl * OIVD) FindIvarInterface() argument [all...] |
H A D | CGObjCMac.cpp | 1850 if (const ObjCInterfaceDecl *Super = OID->getSuperClass()) in hasObjCExceptionAttribute() argument 3240 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) EmitPropertyList() local 3263 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { EmitPropertyList() local 3775 const ObjCInterfaceDecl *OID = ID->getClassInterface(); EmitIvarList() local 4037 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(CD); GenerateDirectMethodPrologue() local 6343 const ObjCInterfaceDecl *OID = ID->getClassInterface(); BuildClassRoTInitializer() local 6422 GetClassSizeInfo(const ObjCImplementationDecl * OID,uint32_t & InstanceStart,uint32_t & InstanceSize) GetClassSizeInfo() argument 6918 const ObjCInterfaceDecl *OID = ID->getClassInterface(); EmitIvarList() local [all...] |
H A D | CGObjC.cpp | 441 GeneratePossiblySpecializedMessageSend(CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & Args,const ObjCInterfaceDecl * OID,const ObjCMethodDecl * Method,bool isClassMessage) GeneratePossiblySpecializedMessageSend() argument 610 ObjCInterfaceDecl *OID = nullptr; EmitObjCMessageExpr() local
|
H A D | CGDebugInfo.cpp | 280 if (const auto *OID = dyn_cast<ObjCImplementationDecl>(DC)) { getObjCMethodName() local 282 } else if (const auto *OID = dyn_cast<ObjCInterfaceDecl>(DC)) { getObjCMethodName() local
|
H A D | CodeGenModule.cpp | 6840 if (auto *OID = dyn_cast<ObjCImplDecl>(I)) { EmitDeclContext() local
|
/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 454 ClassName = OID->getObjCRuntimeNameAsString(); in getAllManglings() local 456 ClassName = OID->getObjCRuntimeNameAsString(); in getAllManglings() local
|
H A D | DeclPrinter.cpp | 1427 VisitObjCImplementationDecl(ObjCImplementationDecl * OID) VisitObjCImplementationDecl() argument 1458 VisitObjCInterfaceDecl(ObjCInterfaceDecl * OID) VisitObjCInterfaceDecl() argument [all...] |
H A D | DeclObjC.cpp | 286 for (const auto *Cat : OID->visible_categories()) { in FindPropertyDeclaration() local 1146 getSelfType(ASTContext & Context,const ObjCInterfaceDecl * OID,bool & selfIsPseudoStrong,bool & selfIsConsumed) const getSelfType() argument 1191 createImplicitParams(ASTContext & Context,const ObjCInterfaceDecl * OID) createImplicitParams() argument
|
H A D | DeclBase.cpp | 462 if (const auto *OID = dyn_cast_if_present<ObjCIvarDecl>(D)) isFlexibleArrayMemberLike() local 1436 if (auto *OID = dyn_cast<ObjCInterfaceDecl>(this)) getPrimaryContext() local
|
H A D | RecordLayoutBuilder.cpp | 3497 lookupFieldBitOffset(const ObjCInterfaceDecl * OID,const ObjCImplementationDecl * ID,const ObjCIvarDecl * Ivar) const lookupFieldBitOffset() argument
|
H A D | ASTContext.cpp | 8004 const auto *OID = cast<ObjCImplementationDecl>(Container); getObjCPropertyImplDeclForPropertyDecl() local 8100 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); getObjCEncodingForPropertyDecl() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 372 if (const auto *OID = dyn_cast<ObjCImplementationDecl>(DC)) { in getFunctionName() local 374 } else if (const auto *OID = dyn_cast<ObjCInterfaceDecl>(DC)) { in getFunctionName() local
|
H A D | BodyFarm.cpp | 896 const ObjCInterfaceDecl *OID = D->getClassInterface(); in getBody() local
|
/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 455 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef() local 459 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef() local 4004 OID->addDecl(Setter); in ActOnAtEnd() local 5502 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { SetIvarInitializers() local [all...] |
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 786 if (!OID) in RewritePropertyImplDecl() local 757 getIvarAccessString(ObjCIvarDecl * OID) getIvarAccessString() argument 1167 RewriteImplementationDecl(Decl * OID) RewriteImplementationDecl() argument [all...] |
H A D | RewriteModernObjC.cpp | 940 assert(IMD && OID && "Synthesized ivars must be attached to @implementation"); in RewritePropertyImplDecl() local 1333 RewriteImplementationDecl(Decl * OID) RewriteImplementationDecl() argument 6990 hasObjCExceptionAttribute(ASTContext & Context,const ObjCInterfaceDecl * OID) hasObjCExceptionAttribute() argument [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3307 if (auto *OID = dyn_cast<ObjCInterfaceDecl>(DC)) getPrimaryContextForMerging() local 3377 } else if (auto *OID = dyn_cast<ObjCInterfaceDecl>(LexicalDC)) { getPrimaryDCForAnonymousDecl() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 5140 const ObjCProtocolDecl *OID = getCursorObjCProtocolRef(C).first; clang_getCursorSpelling() local
|