reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
   78   CompilerType ToCompilerType(clang::QualType qt);

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  683   CompilerType ct = ToCompilerType(tag_qt);
  884   CompilerType ct = m_clang.CreateTypedefType(ToCompilerType(qt), uname.c_str(),
 1011   CompilerType func_ct = ToCompilerType(qt);
 1108       uname.c_str(), decl_context, declaration, ToCompilerType(underlying_type),
 1123   CompilerType array_ct = m_clang.CreateArrayType(ToCompilerType(element_type),
 1147     arg_types.push_back(ToCompilerType(arg_type));
 1157   CompilerType return_ct = ToCompilerType(return_type);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  715   TypeSP result = CreateType(best_decl_id, m_ast->ToCompilerType(qt));
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
   84       m_ast_builder.ToCompilerType(method_qt), access_type, attrs.isVirtual(),
  127   CompilerType member_ct = m_ast_builder.ToCompilerType(member_type);
  168       m_derived_ct, data_member.Name, m_ast_builder.ToCompilerType(member_qt),