Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DLanguage.cpp134 const char *lang_cstr = AsCString(level); in GetDescription() local
136 if (lang_cstr) in GetDescription()
137 s->PutCString(lang_cstr); in GetDescription()