HomeSort by relevance Sort by last modified time
    Searched refs:AppleObjCTypeVendor (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.h 30 class AppleObjCTypeVendor : public TypeVendor
33 AppleObjCTypeVendor(ObjCLanguageRuntime &runtime);
Android.mk 17 AppleObjCTypeVendor.cpp \
AppleObjCTypeVendor.cpp 10 #include "AppleObjCTypeVendor.h"
28 AppleObjCExternalASTSource (AppleObjCTypeVendor &type_vendor) :
162 AppleObjCTypeVendor &m_type_vendor;
165 AppleObjCTypeVendor::AppleObjCTypeVendor(ObjCLanguageRuntime &runtime) :
176 AppleObjCTypeVendor::GetDeclForISA(ObjCLanguageRuntime::ObjCISA isa)
496 AppleObjCTypeVendor::FinishDecl(clang::ObjCInterfaceDecl *interface_decl)
563 log->Printf("[AppleObjCTypeVendor::FinishDecl] Finishing Objective-C interface for %s", descriptor->GetClassName().AsCString());
577 log->Printf("[AppleObjCTypeVendor::FinishDecl] Finished Objective-C interface");
586 AppleObjCTypeVendor::FindTypes (const ConstString &name
    [all...]
AppleObjCRuntimeV1.cpp 12 #include "AppleObjCTypeVendor.h"
480 m_type_vendor_ap.reset(new AppleObjCTypeVendor(*this));
AppleObjCRuntimeV2.cpp 45 #include "AppleObjCTypeVendor.h"
    [all...]

Completed in 43 milliseconds