Home
last modified time | relevance | path

Searched refs:GetLValueReferenceType (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp523 encoding_type->GetForwardCompilerType().GetLValueReferenceType(); in ResolveCompilerType()
576 m_compiler_type = void_compiler_type.GetLValueReferenceType(); in ResolveCompilerType()
973 return TypeImpl(m_static_type.GetLValueReferenceType(), in GetReferenceType()
974 m_dynamic_type.GetLValueReferenceType()); in GetReferenceType()
976 return TypeImpl(m_static_type.GetLValueReferenceType()); in GetReferenceType()
H A DCompilerType.cpp414 CompilerType CompilerType::GetLValueReferenceType() const { in GetLValueReferenceType() function in CompilerType
416 return m_type_system->GetLValueReferenceType(m_type); in GetLValueReferenceType()
H A DTypeSystem.cpp79 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystem
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h222 CompilerType GetLValueReferenceType() const;
H A DTypeSystem.h253 GetLValueReferenceType(lldb::opaque_compiler_type_t type);
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1592 var_decl = context.AddVarDecl(pt.GetLValueReferenceType()); in AddExpressionVariable()
1704 context.AddVarDecl(parser_type.GetLValueReferenceType()); in AddOneVariable()
1736 .GetLValueReferenceType()); in AddOneGenericVariable()
1739 .GetLValueReferenceType()); in AddOneGenericVariable()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp285 corrected_type = orig_type.GetLValueReferenceType(); in FixUpDynamicType()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp210 : deffed_referenced_type.GetLValueReferenceType(); in GetPossibleMatches()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h696 GetLValueReferenceType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4554 TypeSystemClang::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystemClang
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp873 CompilerType param_type = t.GetLValueReferenceType().AddConstModifier(); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp764 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()