Home
last modified time | relevance | path

Searched refs:GetRValueReferenceType (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h337 CompilerType GetRValueReferenceType() const;
H A DTypeSystem.h273 GetRValueReferenceType(lldb::opaque_compiler_type_t type);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp84 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystem
H A DCompilerType.cpp674 CompilerType CompilerType::GetRValueReferenceType() const { in GetRValueReferenceType() function in CompilerType
677 return type_system_sp->GetRValueReferenceType(m_type); in GetRValueReferenceType()
H A DType.cpp621 encoding_type->GetForwardCompilerType().GetRValueReferenceType(); in ResolveCompilerType()
676 m_compiler_type = void_compiler_type.GetRValueReferenceType(); in ResolveCompilerType()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp210 is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType() in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h787 GetRValueReferenceType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4536 TypeSystemClang::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp769 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()