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.h211 Cache ArrayCache : 2; variable
222 ArrayCache(ArrayCache_), FunctionCache(FunctionCache_) {} in K()
244 if (ArrayCache != Cache::Unknown) in hasArray()
245 return ArrayCache == Cache::Yes; in hasArray()
428 Child_->ArrayCache, Child_->FunctionCache), in QualType()
557 : Node(KAbiTagAttr, Base_->RHSComponentCache, Base_->ArrayCache, in AbiTagAttr()
1385 ArrayCache = FunctionCache = RHSComponentCache = Cache::Unknown; in ParameterPack()
1387 return P->ArrayCache == Cache::No; in ParameterPack()
1389 ArrayCache = Cache::No; in ParameterPack()