Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h210 Cache ArrayCache : 2; variable
221 ArrayCache(ArrayCache_), FunctionCache(FunctionCache_) {} in K()
243 if (ArrayCache != Cache::Unknown) in hasArray()
244 return ArrayCache == Cache::Yes; in hasArray()
427 Child_->ArrayCache, Child_->FunctionCache), in QualType()
556 : Node(KAbiTagAttr, Base_->RHSComponentCache, Base_->ArrayCache, in AbiTagAttr()
1384 ArrayCache = FunctionCache = RHSComponentCache = Cache::Unknown; in ParameterPack()
1386 return P->ArrayCache == Cache::No; in ParameterPack()
1388 ArrayCache = Cache::No; in ParameterPack()