Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp421 CompilerType CompilerType::GetRValueReferenceType() const { in GetRValueReferenceType() function in CompilerType
423 return m_type_system->GetRValueReferenceType(m_type); in GetRValueReferenceType()
H A DTypeSystem.cpp84 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystem
H A DType.cpp528 encoding_type->GetForwardCompilerType().GetRValueReferenceType(); in ResolveCompilerType()
580 m_compiler_type = void_compiler_type.GetRValueReferenceType(); in ResolveCompilerType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h227 CompilerType GetRValueReferenceType() const;
H A DTypeSystem.h256 GetRValueReferenceType(lldb::opaque_compiler_type_t type);
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp818 CompilerType param_type = t.GetRValueReferenceType(); in TEST_F()
862 CompilerType param_type = t.GetRValueReferenceType(); in TEST_F()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp209 is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType() in GetPossibleMatches()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h699 GetRValueReferenceType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4562 TypeSystemClang::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystemClang
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp766 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()