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:123
Enumerators
Name | Value | Comment |
---|---|---|
Yes | 0 | |
No | 1 | |
Unknown | 2 |