Searched refs:GetRValueReferenceType (Results 1 – 9 of 9) sorted by relevance
83 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystem
489 CompilerType CompilerType::GetRValueReferenceType() const { in GetRValueReferenceType() function in CompilerType492 return type_system_sp->GetRValueReferenceType(m_type); in GetRValueReferenceType()
538 encoding_type->GetForwardCompilerType().GetRValueReferenceType(); in ResolveCompilerType()592 m_compiler_type = void_compiler_type.GetRValueReferenceType(); in ResolveCompilerType()
288 CompilerType GetRValueReferenceType() const;
268 GetRValueReferenceType(lldb::opaque_compiler_type_t type);
210 is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType() in GetPossibleMatches()
716 GetRValueReferenceType(lldb::opaque_compiler_type_t type) override;
4611 TypeSystemClang::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystemClang
771 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()