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

/freebsd-current/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-current/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp84 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) {
H A DCompilerType.cpp674 CompilerType CompilerType::GetRValueReferenceType() const { function in class:CompilerType
677 return type_system_sp->GetRValueReferenceType(m_type);
H A DType.cpp621 encoding_type->GetForwardCompilerType().GetRValueReferenceType();
676 m_compiler_type = void_compiler_type.GetRValueReferenceType();
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp210 is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType()
/freebsd-current/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) { function in class:TypeSystemClang
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp769 pointer_ast_type = pointer_ast_type.GetRValueReferenceType();

Completed in 219 milliseconds