enum class Node::Cache

Description

Three-way bool to track a cached value. Unknown is possible if this node has an unexpanded parameter pack below it that may affect this cache.

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:164

Enumerators

NameValueComment
Yes0
No1
Unknown2