Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8703 bool is_array_of_characters = false; in DumpValue() local
8709 is_array_of_characters = canonical_type->isCharType(); in DumpValue()
8721 if (is_array_of_characters) { in DumpValue()