Searched refs:GetRValueReferenceType (Results 1 – 9 of 9) sorted by relevance
72 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystem
449 CompilerType CompilerType::GetRValueReferenceType() const { in GetRValueReferenceType() function in CompilerType451 return m_type_system->GetRValueReferenceType(m_type); in GetRValueReferenceType()
480 encoding_type->GetForwardCompilerType().GetRValueReferenceType(); in ResolveClangType()524 m_compiler_type = void_compiler_type.GetRValueReferenceType(); in ResolveClangType()
4913 ClangASTContext::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in ClangASTContext
245 CompilerType GetRValueReferenceType() const;
258 GetRValueReferenceType(lldb::opaque_compiler_type_t type);
709 GetRValueReferenceType(lldb::opaque_compiler_type_t type) override;
208 is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType() in GetPossibleMatches()
736 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()