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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  254   lldb::Format GetFormat() const;

References

tools/lldb/source/Core/Value.cpp
  284       return ast_type.GetFormat();
tools/lldb/source/Core/ValueObject.cpp
 1176             my_format = GetValue().GetCompilerType().GetFormat();
tools/lldb/source/Symbol/ClangASTContext.cpp
 5421         .GetFormat();
 5426         .GetFormat();
 5431         .GetFormat();
 5436         .GetFormat();
 5442         .GetFormat();
 5447         .GetFormat();
 5452         .GetFormat();
 9078                   .GetFormat(), // The format with which to display the member
 9145                 .GetFormat(), // The format with which to display the member
 9221       lldb::Format element_format = element_clang_type.GetFormat();
 9272     lldb::Format typedef_format = typedef_clang_type.GetFormat();
 9298     lldb::Format elaborated_format = elaborated_clang_type.GetFormat();
 9324     lldb::Format elaborated_format = elaborated_clang_type.GetFormat();
 9350     lldb::Format desugar_format = desugar_clang_type.GetFormat();
 9491         format = typedef_clang_type.GetFormat();
tools/lldb/source/Symbol/Type.cpp
  395 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); }