Searched refs:GetLValueReferenceType (Results 1 – 11 of 11) sorted by relevance
522 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()
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;
254 GetLValueReferenceType(lldb::opaque_compiler_type_t type);
1577 var_decl = context.AddVarDecl(pt.GetLValueReferenceType()); in AddOneVariable()1616 context.AddVarDecl(parser_type.GetLValueReferenceType()); in AddOneVariable()1648 .GetLValueReferenceType()); in AddOneGenericVariable()1651 .GetLValueReferenceType()); in AddOneGenericVariable()
285 corrected_type = orig_type.GetLValueReferenceType(); in FixUpDynamicType()
211 : deffed_referenced_type.GetLValueReferenceType(); in GetPossibleMatches()
704 GetLValueReferenceType(lldb::opaque_compiler_type_t type) override;
4522 TypeSystemClang::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystemClang
762 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()