Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp32 const ObjCInterfaceDecl *OID, in LookupFieldBitOffset()
68 const ObjCInterfaceDecl *OID, in ComputeIvarBaseOffset()
75 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset()
82 const ObjCInterfaceDecl *OID, in EmitValueForIvarAtOffset()
DCGObjCGNU.cpp835 const ObjCInterfaceDecl *OID) { in GetClass()
1861 llvm::Constant *CGObjCGNU::GeneratePropertyList(const ObjCImplementationDecl *OID, in GeneratePropertyList()
1942 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { in GenerateClass()
2625 const ObjCInterfaceDecl *OID, in FindIvarInterface()
DCGObjCMac.cpp1547 const ObjCInterfaceDecl *OID) { in hasObjCExceptionAttribute()
2164 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { in EmitPropertyList() local
2634 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in EmitIvarList() local
5012 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in BuildClassRoTInitializer() local
5088 void CGObjCNonFragileABIMac::GetClassSizeInfo(const ObjCImplementationDecl *OID, in GetClassSizeInfo()
5462 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in EmitIvarList() local
DCGDebugInfo.cpp150 if (const ObjCImplementationDecl *OID = in getObjCMethodName() local
153 } else if (const ObjCInterfaceDecl *OID = in getObjCMethodName() local
DCGObjC.cpp291 ObjCInterfaceDecl *OID = 0; in EmitObjCMessageExpr() local
/external/clang/lib/AST/
DDeclPrinter.cpp883 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) { in VisitObjCImplementationDecl()
896 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { in VisitObjCInterfaceDecl()
DDeclObjC.cpp117 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this); in FindPropertyDeclaration() local
615 const ObjCInterfaceDecl *OID) { in createImplicitParams()
DASTContext.cpp4240 const ObjCImplementationDecl *OID=cast<ObjCImplementationDecl>(Container); in getObjCEncodingForPropertyDecl() local
4296 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl() local
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_hash.h160 unsigned long OID[16]; member
/external/clang/lib/Rewrite/
DRewriteModernObjC.cpp770 static std::string getIvarAccessString(ObjCIvarDecl *OID) { in getIvarAccessString()
799 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local
1218 void RewriteModernObjC::RewriteImplementationDecl(Decl *OID) { in RewriteImplementationDecl()
6721 const ObjCInterfaceDecl *OID) { in hasObjCExceptionAttribute()
DRewriteObjC.cpp752 static std::string getIvarAccessString(ObjCIvarDecl *OID) { in getIvarAccessString()
781 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local
1171 void RewriteObjC::RewriteImplementationDecl(Decl *OID) { in RewriteImplementationDecl()
/external/clang/tools/libclang/
DCIndex.cpp3048 ObjCProtocolDecl *OID = getCursorObjCProtocolRef(C).first; in clang_getCursorSpelling() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp10929 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers() local