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

References

tools/lldb/source/DataFormatters/FormatManager.cpp
  181   compiler_type = compiler_type.GetTypeForFormatters();
  181   compiler_type = compiler_type.GetTypeForFormatters();
  182   ConstString type_name(compiler_type.GetConstTypeName());
  192   if (!compiler_type.IsMeaninglessWithoutDynamicResolution()) {
  196     ConstString display_type_name(compiler_type.GetDisplayTypeName());
  203        j && compiler_type.IsReferenceType(nullptr, &is_rvalue_ref); j = false) {
  204     CompilerType non_ref_type = compiler_type.GetNonReferenceType();
  223   if (compiler_type.IsPointerType()) {
  224     CompilerType non_ptr_type = compiler_type.GetPointeeType();
  254   if (compiler_type.IsTypedefType()) {
  255     CompilerType deffed_type = compiler_type.GetTypedefedType();
  264       if (!compiler_type.IsValid())
  268           compiler_type.GetFullyUnqualifiedType();
  272           compiler_type.GetOpaqueQualType())