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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h216 CompilerType GetRValueReferenceType() const;
H A DTypeSystem.h245 GetRValueReferenceType(lldb::opaque_compiler_type_t type);
H A DClangASTContext.h628 GetRValueReferenceType(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp417 CompilerType CompilerType::GetRValueReferenceType() const { function in class:CompilerType
419 return m_type_system->GetRValueReferenceType(m_type);
H A DTypeSystem.cpp88 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) {
H A DType.cpp525 encoding_type->GetForwardCompilerType().GetRValueReferenceType();
579 m_compiler_type = void_compiler_type.GetRValueReferenceType();
H A DClangASTContext.cpp4282 ClangASTContext::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp213 is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp741 pointer_ast_type = pointer_ast_type.GetRValueReferenceType();

Completed in 179 milliseconds