/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 32 const ObjCInterfaceDecl *OID, in ComputeIvarBaseOffset() 39 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset() 55 const ObjCInterfaceDecl *OID, in EmitValueForIvarAtOffset()
|
H A D | CGObjCGNU.cpp | 1239 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 D | CGObjCMac.cpp | 1842 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 D | CGObjC.cpp | 441 const ObjCInterfaceDecl *OID, const ObjCMethodDecl *Method, in GeneratePossiblySpecializedMessageSend() 610 ObjCInterfaceDecl *OID = nullptr; in EmitObjCMessageExpr() local
|
H A D | CGDebugInfo.cpp | 271 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 D | CodeGenModule.cpp | 6270 if (auto *OID = dyn_cast<ObjCImplDecl>(I)) { in EmitDeclContext() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Mangle.cpp | 451 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 D | DeclPrinter.cpp | 1331 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) { in VisitObjCImplementationDecl() 1362 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { in VisitObjCInterfaceDecl()
|
H A D | DeclObjC.cpp | 285 const auto *OID = cast<ObjCInterfaceDecl>(this); in FindPropertyDeclaration() local 1146 const ObjCInterfaceDecl *OID, in getSelfType() 1191 const ObjCInterfaceDecl *OID) { in createImplicitParams()
|
H A D | DeclBase.cpp | 1296 if (auto *OID = dyn_cast<ObjCInterfaceDecl>(this)) in getPrimaryContext() local
|
H A D | RecordLayoutBuilder.cpp | 3436 uint64_t ASTContext::lookupFieldBitOffset(const ObjCInterfaceDecl *OID, in lookupFieldBitOffset()
|
H A D | ASTContext.cpp | 7818 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 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 | 895 const ObjCInterfaceDecl *OID = D->getClassInterface(); in getBody() local
|
/openbsd-src/gnu/llvm/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 447 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 D | RewriteObjC.cpp | 757 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 D | RewriteModernObjC.cpp | 941 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 D | application.c | 40 #define OID(...) (struct ber_oid){ { __VA_ARGS__ }, \ macro
|
H A D | snmpd.h | 176 #define OID(...) (struct ber_oid){ { __VA_ARGS__ }, \ macro
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3142 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 D | mib.h | 22 #define OID(...) { { MIB_##__VA_ARGS__ }, sizeof((u_int32_t[]) { MIB_##__VA_ARGS__ })/sizeof(u_int… macro
|
/openbsd-src/sys/dev/microcode/aic7xxx/ |
H A D | aic7xxx_reg.h | 1646 #define OID 0x0f macro
|
H A D | aic79xx_reg.h | 3714 #define OID 0x0f macro
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 4864 const ObjCProtocolDecl *OID = getCursorObjCProtocolRef(C).first; in clang_getCursorSpelling() local
|