Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h215 Cache FunctionCache : 2; variable
222 ArrayCache(ArrayCache_), FunctionCache(FunctionCache_) {} in K()
250 if (FunctionCache != Cache::Unknown) in hasFunction()
251 return FunctionCache == Cache::Yes; in hasFunction()
428 Child_->ArrayCache, Child_->FunctionCache), in QualType()
558 Base_->FunctionCache), in AbiTagAttr()
1385 ArrayCache = FunctionCache = RHSComponentCache = Cache::Unknown; in ParameterPack()
1391 return P->FunctionCache == Cache::No; in ParameterPack()
1393 FunctionCache = Cache::No; in ParameterPack()