Searched refs:GetLValueReferenceType (Results 1 – 11 of 11) sorted by relevance
636 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()
79 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystem
705 CompilerType CompilerType::GetLValueReferenceType() const { in GetLValueReferenceType() function in CompilerType708 return type_system_sp->GetLValueReferenceType(m_type); in GetLValueReferenceType()
1576 var_decl = context.AddVarDecl(pt.GetLValueReferenceType()); in AddExpressionVariable()1687 context.AddVarDecl(parser_type.GetLValueReferenceType()); in AddOneVariable()1719 .GetLValueReferenceType()); in AddOneGenericVariable()1722 .GetLValueReferenceType()); in AddOneGenericVariable()
346 CompilerType GetLValueReferenceType() const;
288 GetLValueReferenceType(lldb::opaque_compiler_type_t type);
379 corrected_type = orig_type.GetLValueReferenceType(); in FixUpDynamicType()
219 : deffed_referenced_type.GetLValueReferenceType(); in GetPossibleMatches()
766 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()
792 GetLValueReferenceType(lldb::opaque_compiler_type_t type) override;
4603 TypeSystemClang::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystemClang