Searched refs:GetRValueReferenceType (Results 1 – 9 of 9) 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
527 encoding_type->GetForwardCompilerType().GetRValueReferenceType(); in ResolveCompilerType()581 m_compiler_type = void_compiler_type.GetRValueReferenceType(); in ResolveCompilerType()
227 CompilerType GetRValueReferenceType() const;
257 GetRValueReferenceType(lldb::opaque_compiler_type_t type);
210 is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType() in GetPossibleMatches()
707 GetRValueReferenceType(lldb::opaque_compiler_type_t type) override;
4530 TypeSystemClang::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystemClang
764 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()