Searched refs:GetRValueReferenceType (Results 1 – 10 of 10) sorted by relevance
421 CompilerType CompilerType::GetRValueReferenceType() const { in GetRValueReferenceType() function in CompilerType423 return m_type_system->GetRValueReferenceType(m_type); in GetRValueReferenceType()
84 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystem
528 encoding_type->GetForwardCompilerType().GetRValueReferenceType(); in ResolveCompilerType()580 m_compiler_type = void_compiler_type.GetRValueReferenceType(); in ResolveCompilerType()
227 CompilerType GetRValueReferenceType() const;
256 GetRValueReferenceType(lldb::opaque_compiler_type_t type);
818 CompilerType param_type = t.GetRValueReferenceType(); in TEST_F()862 CompilerType param_type = t.GetRValueReferenceType(); in TEST_F()
209 is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType() in GetPossibleMatches()
699 GetRValueReferenceType(lldb::opaque_compiler_type_t type) override;
4562 TypeSystemClang::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystemClang
766 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()