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.h218 Cache FunctionCache : 2; variable
225 ArrayCache(ArrayCache_), FunctionCache(FunctionCache_) {} in K()
253 if (FunctionCache != Cache::Unknown) in hasFunction()
254 return FunctionCache == Cache::Yes; in hasFunction()
263 Cache getFunctionCache() const { return FunctionCache; } in getFunctionCache()
1424 ArrayCache = FunctionCache = RHSComponentCache = Cache::Unknown; in ParameterPack()
1430 FunctionCache = Cache::No; in ParameterPack()