Home
last modified time | relevance | path

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

/external/smack/src/org/xbill/DNS/
DCERTRecord.java51 public static final int OID = 254; field in CERTRecord.CertificateType
69 types.add(OID, "OID"); in types.add() argument
105 public static final int OID = CertificateType.OID; field in CERTRecord
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp30 const ObjCInterfaceDecl *OID, in LookupFieldBitOffset()
66 const ObjCInterfaceDecl *OID, in ComputeIvarBaseOffset()
73 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset()
87 const ObjCInterfaceDecl *OID, in EmitValueForIvarAtOffset()
DCGObjCGNU.cpp1037 const ObjCInterfaceDecl *OID) { in GetClass()
2052 llvm::Constant *CGObjCGNU::GeneratePropertyList(const ObjCImplementationDecl *OID, in GeneratePropertyList()
2128 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { in GenerateClass()
2793 const ObjCInterfaceDecl *OID, in FindIvarInterface()
DCGObjCMac.cpp1696 const ObjCInterfaceDecl *OID) { in hasObjCExceptionAttribute()
2814 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { in EmitPropertyList() local
3286 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in EmitIvarList() local
5673 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in BuildClassRoTInitializer() local
5749 void CGObjCNonFragileABIMac::GetClassSizeInfo(const ObjCImplementationDecl *OID, in GetClassSizeInfo()
6151 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in EmitIvarList() local
DCGDebugInfo.cpp196 if (const ObjCImplementationDecl *OID = in getObjCMethodName() local
199 } else if (const ObjCInterfaceDecl *OID = in getObjCMethodName() local
DCodeGenModule.cpp3061 if (auto *OID = dyn_cast<ObjCImplDecl>(I)) { in EmitLinkageSpec() local
DCGObjC.cpp317 ObjCInterfaceDecl *OID = nullptr; in EmitObjCMessageExpr() local
/external/chromium_org/net/tools/testserver/
Dasn1.py118 class OID(object): class
/external/clang/lib/AST/
DDeclPrinter.cpp953 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) { in VisitObjCImplementationDecl()
976 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { in VisitObjCInterfaceDecl()
DDeclObjC.cpp208 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this); in FindPropertyDeclaration() local
886 const ObjCInterfaceDecl *OID) { in createImplicitParams()
DASTContext.cpp4971 const ObjCImplementationDecl *OID=cast<ObjCImplementationDecl>(Container); in getObjCPropertyImplDeclForPropertyDecl() local
5063 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl() local
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck() local
/external/clang/lib/Sema/
DSemaDeclObjC.cpp379 if (ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(ContDeclOfMethodDecl)) in ActOnStartOfObjCMethodDef() local
383 if (ObjCInterfaceDecl *OID = CD->getClassInterface()) in ActOnStartOfObjCMethodDef() local
DSemaDeclCXX.cpp12700 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers() local
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp765 static std::string getIvarAccessString(ObjCIvarDecl *OID) { in getIvarAccessString()
794 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local
1171 void RewriteObjC::RewriteImplementationDecl(Decl *OID) { in RewriteImplementationDecl()
DRewriteModernObjC.cpp962 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local
1369 void RewriteModernObjC::RewriteImplementationDecl(Decl *OID) { in RewriteImplementationDecl()
7177 const ObjCInterfaceDecl *OID) { in hasObjCExceptionAttribute()
/external/clang/tools/libclang/
DCIndex.cpp3385 const ObjCProtocolDecl *OID = getCursorObjCProtocolRef(C).first; in clang_getCursorSpelling() local