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

  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.h 30 class AppleObjCTypeVendor : public TypeVendor
33 AppleObjCTypeVendor(ObjCLanguageRuntime &runtime);
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...]

Completed in 35 milliseconds