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

References

tools/lldb/source/Symbol/Type.cpp
  467     encoding_type = GetEncodingType();
  468     if (encoding_type) {
  472             encoding_type->GetForwardCompilerType();
  476               encoding_type->m_flags.compiler_type_resolve_state;
  482             encoding_type->GetForwardCompilerType().AddConstModifier();
  487             encoding_type->GetForwardCompilerType().AddRestrictModifier();
  492             encoding_type->GetForwardCompilerType().AddVolatileModifier();
  496         m_compiler_type = encoding_type->GetForwardCompilerType().CreateTypedef(
  504             encoding_type->GetForwardCompilerType().GetPointerType();
  509             encoding_type->GetForwardCompilerType().GetLValueReferenceType();
  514             encoding_type->GetForwardCompilerType().GetRValueReferenceType();
  598     if (encoding_type == nullptr)
  599       encoding_type = GetEncodingType();
  600     if (encoding_type) {
  615       encoding_type->ResolveClangType(encoding_compiler_type_resolve_state);