Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeSystem.cpp72 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in TypeSystem
H A DCompilerType.cpp449 CompilerType CompilerType::GetRValueReferenceType() const { in GetRValueReferenceType() function in CompilerType
451 return m_type_system->GetRValueReferenceType(m_type); in GetRValueReferenceType()
H A DType.cpp480 encoding_type->GetForwardCompilerType().GetRValueReferenceType(); in ResolveClangType()
524 m_compiler_type = void_compiler_type.GetRValueReferenceType(); in ResolveClangType()
H A DClangASTContext.cpp4913 ClangASTContext::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h245 CompilerType GetRValueReferenceType() const;
H A DTypeSystem.h258 GetRValueReferenceType(lldb::opaque_compiler_type_t type);
H A DClangASTContext.h709 GetRValueReferenceType(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp208 is_rvalue_ref ? deffed_referenced_type.GetRValueReferenceType() in GetPossibleMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp736 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()