Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp522 encoding_type->GetForwardCompilerType().GetLValueReferenceType(); in ResolveCompilerType()
577 m_compiler_type = void_compiler_type.GetLValueReferenceType(); in ResolveCompilerType()
974 return TypeImpl(m_static_type.GetLValueReferenceType(), in GetReferenceType()
975 m_dynamic_type.GetLValueReferenceType()); in GetReferenceType()
977 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
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h222 CompilerType GetLValueReferenceType() const;
H A DTypeSystem.h254 GetLValueReferenceType(lldb::opaque_compiler_type_t type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1577 var_decl = context.AddVarDecl(pt.GetLValueReferenceType()); in AddOneVariable()
1616 context.AddVarDecl(parser_type.GetLValueReferenceType()); in AddOneVariable()
1648 .GetLValueReferenceType()); in AddOneGenericVariable()
1651 .GetLValueReferenceType()); in AddOneGenericVariable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp285 corrected_type = orig_type.GetLValueReferenceType(); in FixUpDynamicType()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp211 : deffed_referenced_type.GetLValueReferenceType(); in GetPossibleMatches()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h704 GetLValueReferenceType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4522 TypeSystemClang::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp762 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()