Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp83 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystem
H A DCompilerType.cpp489 CompilerType CompilerType::GetRValueReferenceType() const { in GetRValueReferenceType() function in CompilerType
492 return type_system_sp->GetRValueReferenceType(m_type); in GetRValueReferenceType()
H A DType.cpp538 encoding_type->GetForwardCompilerType().GetRValueReferenceType(); in ResolveCompilerType()
592 m_compiler_type = void_compiler_type.GetRValueReferenceType(); in ResolveCompilerType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h288 CompilerType GetRValueReferenceType() const;
H A DTypeSystem.h268 GetRValueReferenceType(lldb::opaque_compiler_type_t type);
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp210 is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType() in GetPossibleMatches()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h716 GetRValueReferenceType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4611 TypeSystemClang::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp771 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()