Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp636 encoding_type->GetForwardCompilerType().GetLValueReferenceType(); in ResolveCompilerType()
698 m_compiler_type = void_compiler_type.GetLValueReferenceType(); in ResolveCompilerType()
1107 return TypeImpl(m_static_type.GetLValueReferenceType(), in GetReferenceType()
1108 m_dynamic_type.GetLValueReferenceType()); in GetReferenceType()
1110 return TypeImpl(m_static_type.GetLValueReferenceType()); in GetReferenceType()
H A DTypeSystem.cpp79 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystem
H A DCompilerType.cpp705 CompilerType CompilerType::GetLValueReferenceType() const { in GetLValueReferenceType() function in CompilerType
708 return type_system_sp->GetLValueReferenceType(m_type); in GetLValueReferenceType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1576 var_decl = context.AddVarDecl(pt.GetLValueReferenceType()); in AddExpressionVariable()
1687 context.AddVarDecl(parser_type.GetLValueReferenceType()); in AddOneVariable()
1719 .GetLValueReferenceType()); in AddOneGenericVariable()
1722 .GetLValueReferenceType()); in AddOneGenericVariable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h346 CompilerType GetLValueReferenceType() const;
H A DTypeSystem.h288 GetLValueReferenceType(lldb::opaque_compiler_type_t type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp379 corrected_type = orig_type.GetLValueReferenceType(); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp219 : deffed_referenced_type.GetLValueReferenceType(); in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp766 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h792 GetLValueReferenceType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4603 TypeSystemClang::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystemClang