Searched refs:ArrayCache_ (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 218 Cache RHSComponentCache_ = Cache::No, Cache ArrayCache_ = Cache::No, 221 ArrayCache(ArrayCache_), FunctionCache(FunctionCache_) {} in K() 222 Node(Kind K_, Cache RHSComponentCache_, Cache ArrayCache_ = Cache::No, 224 : Node(K_, Prec::Primary, RHSComponentCache_, ArrayCache_, in Node() argument
|