Home
last modified time | relevance | path

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

/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.cpp702 CompilerType CompilerType::GetRValueReferenceType() const { in GetRValueReferenceType() function in CompilerType
705 return type_system_sp->GetRValueReferenceType(m_type); in GetRValueReferenceType()
H A DType.cpp626 encoding_type->GetForwardCompilerType().GetRValueReferenceType(); in ResolveCompilerType()
687 m_compiler_type = void_compiler_type.GetRValueReferenceType(); in ResolveCompilerType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h343 CompilerType GetRValueReferenceType() const;
H A DTypeSystem.h287 GetRValueReferenceType(lldb::opaque_compiler_type_t type);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp214 is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType() in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h798 GetRValueReferenceType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4580 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()