Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h219 Cache RHSComponentCache_ = Cache::No, Cache ArrayCache_ = Cache::No,
222 ArrayCache(ArrayCache_), FunctionCache(FunctionCache_) {} in K()
223 Node(Kind K_, Cache RHSComponentCache_, Cache ArrayCache_ = Cache::No,
225 : Node(K_, Prec::Primary, RHSComponentCache_, ArrayCache_, in Node() argument