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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  209   CompilerType GetLValueReferenceType() const;

References

tools/lldb/source/DataFormatters/FormatManager.cpp
  214                         : deffed_referenced_type.GetLValueReferenceType();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1647     var_decl = context.AddVarDecl(pt.GetLValueReferenceType());
 1694       context.AddVarDecl(parser_type.GetLValueReferenceType());
 1731           .GetLValueReferenceType());
 1735           .GetLValueReferenceType());
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  286       corrected_type = orig_type.GetLValueReferenceType();
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  748       pointer_ast_type = pointer_ast_type.GetLValueReferenceType();
tools/lldb/source/Symbol/Type.cpp
  509             encoding_type->GetForwardCompilerType().GetLValueReferenceType();
  560           m_compiler_type = void_compiler_type.GetLValueReferenceType();
  942       return TypeImpl(m_static_type.GetLValueReferenceType(),
  943                       m_dynamic_type.GetLValueReferenceType());
  945     return TypeImpl(m_static_type.GetLValueReferenceType());