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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  214   CompilerType GetRValueReferenceType() const;

References

tools/lldb/source/DataFormatters/FormatManager.cpp
  213           is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType()
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  750       pointer_ast_type = pointer_ast_type.GetRValueReferenceType();
tools/lldb/source/Symbol/Type.cpp
  514             encoding_type->GetForwardCompilerType().GetRValueReferenceType();
  564           m_compiler_type = void_compiler_type.GetRValueReferenceType();