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

  /external/lldb/source/API/
SBType.cpp 330 ClangASTType base_class_type (this_type.GetDirectBaseClassAtIndex(idx, &bit_offset));
331 if (base_class_type.IsValid())
333 sb_type_member.reset (new TypeMemberImpl (TypeImplSP(new TypeImpl(base_class_type)), bit_offset));
351 ClangASTType base_class_type (this_type.GetVirtualBaseClassAtIndex(idx, &bit_offset));
352 if (base_class_type.IsValid())
354 sb_type_member.reset (new TypeMemberImpl (TypeImplSP(new TypeImpl(base_class_type)), bit_offset));
  /external/lldb/source/Symbol/
Variable.cpp 556 ClangASTType base_class_type (clang_type.GetDirectBaseClassAtIndex (i, NULL));
562 base_class_type.GetCanonicalType(),
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 2200 Type *base_class_type = ResolveTypeUID(encoding_uid); local
    [all...]

Completed in 38 milliseconds