Home
last modified time | relevance | path

Searched defs:OID (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp32 const ObjCInterfaceDecl *OID, in ComputeIvarBaseOffset() argument
39 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset() argument
55 const ObjCInterfaceDecl *OID, in EmitValueForIvarAtOffset() argument
H A DCGObjCGNU.cpp1252 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 DCGObjCMac.cpp1850 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 DCGObjC.cpp441 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 DCGDebugInfo.cpp280 if (const auto *OID = dyn_cast<ObjCImplementationDecl>(DC)) { getObjCMethodName() local
282 } else if (const auto *OID = dyn_cast<ObjCInterfaceDecl>(DC)) { getObjCMethodName() local
H A DCodeGenModule.cpp6840 if (auto *OID = dyn_cast<ObjCImplDecl>(I)) { EmitDeclContext() local
/llvm-project/clang/lib/AST/
H A DMangle.cpp454 ClassName = OID->getObjCRuntimeNameAsString(); in getAllManglings() local
456 ClassName = OID->getObjCRuntimeNameAsString(); in getAllManglings() local
H A DDeclPrinter.cpp1427 VisitObjCImplementationDecl(ObjCImplementationDecl * OID) VisitObjCImplementationDecl() argument
1458 VisitObjCInterfaceDecl(ObjCInterfaceDecl * OID) VisitObjCInterfaceDecl() argument
[all...]
H A DDeclObjC.cpp286 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 DDeclBase.cpp462 if (const auto *OID = dyn_cast_if_present<ObjCIvarDecl>(D)) isFlexibleArrayMemberLike() local
1436 if (auto *OID = dyn_cast<ObjCInterfaceDecl>(this)) getPrimaryContext() local
H A DRecordLayoutBuilder.cpp3497 lookupFieldBitOffset(const ObjCInterfaceDecl * OID,const ObjCImplementationDecl * ID,const ObjCIvarDecl * Ivar) const lookupFieldBitOffset() argument
H A DASTContext.cpp8004 const auto *OID = cast<ObjCImplementationDecl>(Container); getObjCPropertyImplDeclForPropertyDecl() local
8100 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); getObjCEncodingForPropertyDecl() local
/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp372 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 DBodyFarm.cpp896 const ObjCInterfaceDecl *OID = D->getClassInterface(); in getBody() local
/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp455 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 DRewriteObjC.cpp786 if (!OID) in RewritePropertyImplDecl() local
757 getIvarAccessString(ObjCIvarDecl * OID) getIvarAccessString() argument
1167 RewriteImplementationDecl(Decl * OID) RewriteImplementationDecl() argument
[all...]
H A DRewriteModernObjC.cpp940 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 DASTReaderDecl.cpp3307 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 DCIndex.cpp5140 const ObjCProtocolDecl *OID = getCursorObjCProtocolRef(C).first; clang_getCursorSpelling() local