Lines Matching refs:GetFormat
5353 lldb::Format ClangASTContext::GetFormat(lldb::opaque_compiler_type_t type) { in GetFormat() function in ClangASTContext
5457 .GetFormat(); in GetFormat()
5461 .GetFormat(); in GetFormat()
5465 .GetFormat(); in GetFormat()
5470 .GetFormat(); in GetFormat()
5476 .GetFormat(); in GetFormat()
5481 .GetFormat(); in GetFormat()
5486 .GetFormat(); in GetFormat()
9163 .GetFormat(), // The format with which to display the member in DumpValue()
9230 .GetFormat(), // The format with which to display the member in DumpValue()
9306 lldb::Format element_format = element_clang_type.GetFormat(); in DumpValue()
9357 lldb::Format typedef_format = typedef_clang_type.GetFormat(); in DumpValue()
9382 lldb::Format elaborated_format = elaborated_clang_type.GetFormat(); in DumpValue()
9407 lldb::Format elaborated_format = elaborated_clang_type.GetFormat(); in DumpValue()
9433 lldb::Format desugar_format = desugar_clang_type.GetFormat(); in DumpValue()
9487 format = typedef_clang_type.GetFormat(); in DumpTypeValue()