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.cpp616 encoding_type->GetForwardCompilerType().GetLValueReferenceType(); in ResolveCompilerType()
672 m_compiler_type = void_compiler_type.GetLValueReferenceType(); in ResolveCompilerType()
1080 return TypeImpl(m_static_type.GetLValueReferenceType(), in GetReferenceType()
1081 m_dynamic_type.GetLValueReferenceType()); in GetReferenceType()
1083 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.cpp667 CompilerType CompilerType::GetLValueReferenceType() const { in GetLValueReferenceType() function in CompilerType
670 return type_system_sp->GetLValueReferenceType(m_type); in GetLValueReferenceType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h332 CompilerType GetLValueReferenceType() const;
H A DTypeSystem.h270 GetLValueReferenceType(lldb::opaque_compiler_type_t type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1581 var_decl = context.AddVarDecl(pt.GetLValueReferenceType()); in AddExpressionVariable()
1693 context.AddVarDecl(parser_type.GetLValueReferenceType()); in AddOneVariable()
1725 .GetLValueReferenceType()); in AddOneGenericVariable()
1728 .GetLValueReferenceType()); in AddOneGenericVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp383 corrected_type = orig_type.GetLValueReferenceType(); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp211 : deffed_referenced_type.GetLValueReferenceType(); in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h784 GetLValueReferenceType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4528 TypeSystemClang::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp767 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()