Home
last modified time | relevance | path

Searched refs:GetConstQualifiedTypeName (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h167 ConstString GetConstQualifiedTypeName() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp295 ConstString CompilerType::GetConstQualifiedTypeName() const { in GetConstQualifiedTypeName() function in CompilerType
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1654 return GetCompilerType().GetConstQualifiedTypeName(); in GetQualifiedTypeName()