Searched refs:GetRValueReferenceType (Results 1 – 9 of 9) sorted by relevance
84 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystem
712 CompilerType CompilerType::GetRValueReferenceType() const { in GetRValueReferenceType() function in CompilerType715 return type_system_sp->GetRValueReferenceType(m_type); in GetRValueReferenceType()
641 encoding_type->GetForwardCompilerType().GetRValueReferenceType(); in ResolveCompilerType()702 m_compiler_type = void_compiler_type.GetRValueReferenceType(); in ResolveCompilerType()
351 CompilerType GetRValueReferenceType() const;
291 GetRValueReferenceType(lldb::opaque_compiler_type_t type);
218 is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType() in GetPossibleMatches()
768 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()
795 GetRValueReferenceType(lldb::opaque_compiler_type_t type) override;
4611 TypeSystemClang::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystemClang