reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Demangle/ItaniumDemangle.h
  143   Node(Kind K_, Cache RHSComponentCache_ = Cache::No,
  144        Cache ArrayCache_ = Cache::No, Cache FunctionCache_ = Cache::No)
  144        Cache ArrayCache_ = Cache::No, Cache FunctionCache_ = Cache::No)
  189     if (RHSComponentCache != Cache::No)
  688              /*RHSComponentCache=*/Cache::Yes, /*ArrayCache=*/Cache::No,
  779              /*RHSComponentCache=*/Cache::Yes, /*ArrayCache=*/Cache::No,
 1118           return P->ArrayCache == Cache::No;
 1120       ArrayCache = Cache::No;
 1122           return P->FunctionCache == Cache::No;
 1124       FunctionCache = Cache::No;
 1126           return P->RHSComponentCache == Cache::No;
 1128       RHSComponentCache = Cache::No;