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
702 CompilerType CompilerType::GetRValueReferenceType() const { in GetRValueReferenceType() function in CompilerType705 return type_system_sp->GetRValueReferenceType(m_type); in GetRValueReferenceType()
626 encoding_type->GetForwardCompilerType().GetRValueReferenceType(); in ResolveCompilerType()687 m_compiler_type = void_compiler_type.GetRValueReferenceType(); in ResolveCompilerType()
343 CompilerType GetRValueReferenceType() const;
287 GetRValueReferenceType(lldb::opaque_compiler_type_t type);
214 is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType() in GetPossibleMatches()
798 GetRValueReferenceType(lldb::opaque_compiler_type_t type) override;
4580 TypeSystemClang::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystemClang
769 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()