Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8780 bool is_array_of_characters = false; in DumpValue() local
8786 is_array_of_characters = canonical_type->isCharType(); in DumpValue()
8798 if (is_array_of_characters) { in DumpValue()