Searched refs:GetLValueReferenceType (Results 1 – 12 of 12) sorted by relevance
320 return type_sp->GetForwardCompilerType().GetLValueReferenceType(); in GetReferenceType()322 return compiler_type.GetLValueReferenceType(); in GetReferenceType()
238 CompilerType GetLValueReferenceType() const;
255 GetLValueReferenceType(lldb::opaque_compiler_type_t type);
706 GetLValueReferenceType(lldb::opaque_compiler_type_t type) override;
475 encoding_type->GetForwardCompilerType().GetLValueReferenceType(); in ResolveClangType()520 m_compiler_type = void_compiler_type.GetLValueReferenceType(); in ResolveClangType()939 m_dynamic_type.GetLValueReferenceType()); in GetReferenceType()
67 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystem
442 CompilerType CompilerType::GetLValueReferenceType() const { in GetLValueReferenceType() function in CompilerType444 return m_type_system->GetLValueReferenceType(m_type); in GetLValueReferenceType()
4903 ClangASTContext::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in ClangASTContext
1694 var_decl = context.AddVarDecl(pt.GetLValueReferenceType()); in AddOneVariable()1741 context.AddVarDecl(parser_type.GetLValueReferenceType()); in AddOneVariable()1778 .GetLValueReferenceType()); in AddOneGenericVariable()1782 .GetLValueReferenceType()); in AddOneGenericVariable()
293 corrected_type = orig_type.GetLValueReferenceType(); in FixUpDynamicType()
209 : deffed_referenced_type.GetLValueReferenceType(); in GetPossibleMatches()
734 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()