Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8603 bool is_array_of_characters = false; in DumpValue() local
8609 is_array_of_characters = canonical_type->isCharType(); in DumpValue()
8621 if (is_array_of_characters) { in DumpValue()