Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp32 const ObjCInterfaceDecl *OID, in ComputeIvarBaseOffset()
39 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset()
55 const ObjCInterfaceDecl *OID, in EmitValueForIvarAtOffset()
H A DCGObjCGNU.cpp1239 const ObjCInterfaceDecl *OID = nullptr; in GetClassVar() local
1707 void GenerateClass(const ObjCImplementationDecl *OID) override { in GenerateClass()
2316 const ObjCInterfaceDecl *OID) { in GetClass()
3416 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in GeneratePropertyList() local
3440 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in GeneratePropertyList() local
3486 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { in GenerateClass()
4148 const ObjCInterfaceDecl *OID, in FindIvarInterface()
H A DCGObjCMac.cpp1842 const ObjCInterfaceDecl *OID) { in hasObjCExceptionAttribute()
3242 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in EmitPropertyList() local
3265 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { in EmitPropertyList() local
3780 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in EmitIvarList() local
4052 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(CD); in GenerateDirectMethodPrologue() local
6378 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in BuildClassRoTInitializer() local
6457 void CGObjCNonFragileABIMac::GetClassSizeInfo(const ObjCImplementationDecl *OID, in GetClassSizeInfo()
6956 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in EmitIvarList() local
H A DCGObjC.cpp441 const ObjCInterfaceDecl *OID, const ObjCMethodDecl *Method, in GeneratePossiblySpecializedMessageSend()
610 ObjCInterfaceDecl *OID = nullptr; in EmitObjCMessageExpr() local
H A DCGDebugInfo.cpp271 if (const auto *OID = dyn_cast<ObjCImplementationDecl>(DC)) { in getObjCMethodName() local
273 } else if (const auto *OID = dyn_cast<ObjCInterfaceDecl>(DC)) { in getObjCMethodName() local
H A DCodeGenModule.cpp6270 if (auto *OID = dyn_cast<ObjCImplDecl>(I)) { in EmitDeclContext() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMangle.cpp451 if (const auto *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in getAllManglings() local
453 else if (const auto *OID = dyn_cast<ObjCImplementationDecl>(OCD)) in getAllManglings() local
H A DDeclPrinter.cpp1331 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) { in VisitObjCImplementationDecl()
1362 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { in VisitObjCInterfaceDecl()
H A DDeclObjC.cpp285 const auto *OID = cast<ObjCInterfaceDecl>(this); in FindPropertyDeclaration() local
1146 const ObjCInterfaceDecl *OID, in getSelfType()
1191 const ObjCInterfaceDecl *OID) { in createImplicitParams()
H A DDeclBase.cpp1296 if (auto *OID = dyn_cast<ObjCInterfaceDecl>(this)) in getPrimaryContext() local
H A DRecordLayoutBuilder.cpp3436 uint64_t ASTContext::lookupFieldBitOffset(const ObjCInterfaceDecl *OID, in lookupFieldBitOffset()
H A DASTContext.cpp7818 const auto *OID = cast<ObjCImplementationDecl>(Container); in getObjCPropertyImplDeclForPropertyDecl() local
7910 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl() local
/openbsd-src/gnu/llvm/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.cpp895 const ObjCInterfaceDecl *OID = D->getClassInterface(); in getBody() local
/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp447 if (ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(ContDeclOfMethodDecl)) in ActOnStartOfObjCMethodDef() local
451 if (ObjCInterfaceDecl *OID = CD->getClassInterface()) in ActOnStartOfObjCMethodDef() local
4000 if (auto *OID = dyn_cast<ObjCImplementationDecl>(CurContext)) { in ActOnAtEnd() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp757 static std::string getIvarAccessString(ObjCIvarDecl *OID) { in getIvarAccessString()
786 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local
1167 void RewriteObjC::RewriteImplementationDecl(Decl *OID) { in RewriteImplementationDecl()
H A DRewriteModernObjC.cpp941 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local
1334 void RewriteModernObjC::RewriteImplementationDecl(Decl *OID) { in RewriteImplementationDecl()
6993 const ObjCInterfaceDecl *OID) { in hasObjCExceptionAttribute()
/openbsd-src/usr.sbin/snmpd/
H A Dapplication.c40 #define OID(...) (struct ber_oid){ { __VA_ARGS__ }, \ macro
H A Dsnmpd.h176 #define OID(...) (struct ber_oid){ { __VA_ARGS__ }, \ macro
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3142 if (auto *OID = dyn_cast<ObjCInterfaceDecl>(DC)) in getPrimaryContextForMerging() local
3212 } else if (auto *OID = dyn_cast<ObjCInterfaceDecl>(LexicalDC)) { in getPrimaryDCForAnonymousDecl() local
/openbsd-src/usr.bin/snmp/
H A Dmib.h22 #define OID(...) { { MIB_##__VA_ARGS__ }, sizeof((u_int32_t[]) { MIB_##__VA_ARGS__ })/sizeof(u_int… macro
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h1646 #define OID 0x0f macro
H A Daic79xx_reg.h3714 #define OID 0x0f macro
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp4864 const ObjCProtocolDecl *OID = getCursorObjCProtocolRef(C).first; in clang_getCursorSpelling() local

12