Searched refs:GetLValueReferenceType (Results 1 – 12 of 12) sorted by relevance
523 encoding_type->GetForwardCompilerType().GetLValueReferenceType(); in ResolveCompilerType()576 m_compiler_type = void_compiler_type.GetLValueReferenceType(); in ResolveCompilerType()973 return TypeImpl(m_static_type.GetLValueReferenceType(), in GetReferenceType()974 m_dynamic_type.GetLValueReferenceType()); in GetReferenceType()976 return TypeImpl(m_static_type.GetLValueReferenceType()); in GetReferenceType()
414 CompilerType CompilerType::GetLValueReferenceType() const { in GetLValueReferenceType() function in CompilerType416 return m_type_system->GetLValueReferenceType(m_type); in GetLValueReferenceType()
79 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystem
222 CompilerType GetLValueReferenceType() const;
253 GetLValueReferenceType(lldb::opaque_compiler_type_t type);
1592 var_decl = context.AddVarDecl(pt.GetLValueReferenceType()); in AddExpressionVariable()1704 context.AddVarDecl(parser_type.GetLValueReferenceType()); in AddOneVariable()1736 .GetLValueReferenceType()); in AddOneGenericVariable()1739 .GetLValueReferenceType()); in AddOneGenericVariable()
285 corrected_type = orig_type.GetLValueReferenceType(); in FixUpDynamicType()
210 : deffed_referenced_type.GetLValueReferenceType(); in GetPossibleMatches()
696 GetLValueReferenceType(lldb::opaque_compiler_type_t type) override;
4554 TypeSystemClang::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystemClang
873 CompilerType param_type = t.GetLValueReferenceType().AddConstModifier(); in TEST_F()
764 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()