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

  /external/lldb/include/lldb/Symbol/
SymbolFile.h 133 virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) { return NULL; }
  /external/lldb/source/Symbol/
Type.cpp 524 GetSymbolFile()->GetClangDeclContextContainingTypeUID(GetID()));
569 GetSymbolFile()->GetClangDeclContextContainingTypeUID(GetID()));
699 typedef_type->GetSymbolFile()->GetClangDeclContextContainingTypeUID(typedef_type->GetID()));
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.h 78 virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid);
SymbolFileDWARF.h 113 virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid);
SymbolFileDWARFDebugMap.cpp     [all...]
SymbolFileDWARF.cpp     [all...]

Completed in 50 milliseconds