Searched refs:GetLValueReferenceType (Results 1 – 11 of 11) sorted by relevance
533 encoding_type->GetForwardCompilerType().GetLValueReferenceType(); in ResolveCompilerType()588 m_compiler_type = void_compiler_type.GetLValueReferenceType(); in ResolveCompilerType()988 return TypeImpl(m_static_type.GetLValueReferenceType(), in GetReferenceType()989 m_dynamic_type.GetLValueReferenceType()); in GetReferenceType()991 return TypeImpl(m_static_type.GetLValueReferenceType()); in GetReferenceType()
78 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystem
482 CompilerType CompilerType::GetLValueReferenceType() const { in GetLValueReferenceType() function in CompilerType485 return type_system_sp->GetLValueReferenceType(m_type); in GetLValueReferenceType()
283 CompilerType GetLValueReferenceType() const;
265 GetLValueReferenceType(lldb::opaque_compiler_type_t type);
1593 var_decl = context.AddVarDecl(pt.GetLValueReferenceType()); in AddExpressionVariable()1705 context.AddVarDecl(parser_type.GetLValueReferenceType()); in AddOneVariable()1737 .GetLValueReferenceType()); in AddOneGenericVariable()1740 .GetLValueReferenceType()); in AddOneGenericVariable()
285 corrected_type = orig_type.GetLValueReferenceType(); in FixUpDynamicType()
211 : deffed_referenced_type.GetLValueReferenceType(); in GetPossibleMatches()
713 GetLValueReferenceType(lldb::opaque_compiler_type_t type) override;
4603 TypeSystemClang::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystemClang
769 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()