Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-enumerations.h569 eBasicTypeWChar, enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp526 ClangASTType wchar_clang_type = ClangASTContext::GetBasicType(ast, lldb::eBasicTypeWChar); in WCharStringSummaryProvider()
614 ClangASTType wchar_clang_type = ClangASTContext::GetBasicType(ast, lldb::eBasicTypeWChar); in WCharSummaryProvider()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTContext.cpp622 g_type_map.Append(ConstString("wchar_t").GetCString(), eBasicTypeWChar); in GetBasicTypeEnumeration()
718 case eBasicTypeWChar: in GetBasicType()