Searched refs:GetLValueReferenceType (Results 1 – 11 of 11) sorted by relevance
621 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()
79 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystem
695 CompilerType CompilerType::GetLValueReferenceType() const { in GetLValueReferenceType() function in CompilerType698 return type_system_sp->GetLValueReferenceType(m_type); in GetLValueReferenceType()
1576 var_decl = context.AddVarDecl(pt.GetLValueReferenceType()); in AddExpressionVariable()1688 context.AddVarDecl(parser_type.GetLValueReferenceType()); in AddOneVariable()1720 .GetLValueReferenceType()); in AddOneGenericVariable()1723 .GetLValueReferenceType()); in AddOneGenericVariable()
338 CompilerType GetLValueReferenceType() const;
284 GetLValueReferenceType(lldb::opaque_compiler_type_t type);
383 corrected_type = orig_type.GetLValueReferenceType(); in FixUpDynamicType()
215 : deffed_referenced_type.GetLValueReferenceType(); in GetPossibleMatches()
795 GetLValueReferenceType(lldb::opaque_compiler_type_t type) override;
4572 TypeSystemClang::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystemClang
767 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()