Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h214 Cache FunctionCache : 2; variable
221 ArrayCache(ArrayCache_), FunctionCache(FunctionCache_) {} in K()
249 if (FunctionCache != Cache::Unknown) in hasFunction()
250 return FunctionCache == Cache::Yes; in hasFunction()
427 Child_->ArrayCache, Child_->FunctionCache), in QualType()
557 Base_->FunctionCache), in AbiTagAttr()
1384 ArrayCache = FunctionCache = RHSComponentCache = Cache::Unknown; in ParameterPack()
1390 return P->FunctionCache == Cache::No; in ParameterPack()
1392 FunctionCache = Cache::No; in ParameterPack()