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.cpp621 encoding_type->GetForwardCompilerType().GetLValueReferenceType(); in ResolveCompilerType()
683 m_compiler_type = void_compiler_type.GetLValueReferenceType(); in ResolveCompilerType()
1086 return TypeImpl(m_static_type.GetLValueReferenceType(), in GetReferenceType()
1087 m_dynamic_type.GetLValueReferenceType()); in GetReferenceType()
1089 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.cpp695 CompilerType CompilerType::GetLValueReferenceType() const { in GetLValueReferenceType() function in CompilerType
698 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()
1688 context.AddVarDecl(parser_type.GetLValueReferenceType()); in AddOneVariable()
1720 .GetLValueReferenceType()); in AddOneGenericVariable()
1723 .GetLValueReferenceType()); in AddOneGenericVariable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h338 CompilerType GetLValueReferenceType() const;
H A DTypeSystem.h284 GetLValueReferenceType(lldb::opaque_compiler_type_t type);
/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.cpp215 : deffed_referenced_type.GetLValueReferenceType(); in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h795 GetLValueReferenceType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4572 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()