HomeSort by relevance Sort by last modified time
    Searched defs:OID (Results 1 - 10 of 10) sorted by null

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 159 /** ASN.1 OID */
160 unsigned long OID[16];
  /external/clang/lib/AST/
DeclObjC.cpp 117 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
119 for (ObjCCategoryDecl *Cat = OID->getCategoryList();
127 I = OID->all_referenced_protocol_begin(),
128 E = OID->all_referenced_protocol_end(); I != E; ++I)
133 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
615 const ObjCInterfaceDecl *OID) {
620 if (OID) {
621 selfTy = Context.getObjCInterfaceType(OID);
    [all...]
ASTContext.cpp     [all...]
  /prebuilt/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/clang/lib/CodeGen/
CGObjC.cpp 291 ObjCInterfaceDecl *OID = 0;
311 OID = ObjTy->getInterface();
312 assert(OID && "Invalid Objective-C class message send");
313 Receiver = Runtime.GetClass(Builder, OID);
384 Receiver, Args, OID,
    [all...]
CGObjCMac.cpp     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 770 static std::string getIvarAccessString(ObjCIvarDecl *OID) {
771 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface();
776 S += OID->getName();
799 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
801 if (!OID)
815 RewriteObjCMethodDecl(OID->getContainingInterface(),
821 // return objc_getProperty(self, _cmd, offsetof(ClassDecl, OID), 1)
    [all...]
RewriteObjC.cpp 752 static std::string getIvarAccessString(ObjCIvarDecl *OID) {
753 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface();
758 S += OID->getName();
781 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
783 if (!OID)
797 RewriteObjCMethodDecl(OID->getContainingInterface(),
803 // return objc_getProperty(self, _cmd, offsetof(ClassDecl, OID), 1)
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 269 milliseconds