Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9279 bool is_array_of_characters = false; in DumpValue() local
9285 is_array_of_characters = canonical_type->isCharType(); in DumpValue()
9297 if (is_array_of_characters) { in DumpValue()