Home
last modified time | relevance | path

Searched refs:GetDeclForISA (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.h49 clang::ObjCInterfaceDecl *GetDeclForISA(ObjCLanguageRuntime::ObjCISA isa);
DAppleObjCTypeVendor.cpp176 AppleObjCTypeVendor::GetDeclForISA(ObjCLanguageRuntime::ObjCISA isa) in GetDeclForISA() function in AppleObjCTypeVendor
523 clang::ObjCInterfaceDecl *superclass_decl = GetDeclForISA(isa); in FinishDecl()
672 clang::ObjCInterfaceDecl *iface_decl = GetDeclForISA(isa); in FindTypes()