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

References

include/llvm/Demangle/ItaniumDemangle.h
  158     if (RHSComponentCache != Cache::Unknown)
  159       return RHSComponentCache == Cache::Yes;
  189     if (RHSComponentCache != Cache::No)
  329       : Node(KQualType, Child_->RHSComponentCache,
  419       : Node(KAbiTagAttr, Base_->RHSComponentCache,
  478       : Node(KPointerType, Pointee_->RHSComponentCache),
  545       : Node(KReferenceType, Pointee_->RHSComponentCache),
  584       : Node(KPointerToMemberType, MemberType_->RHSComponentCache),
 1116     ArrayCache = FunctionCache = RHSComponentCache = Cache::Unknown;
 1126           return P->RHSComponentCache == Cache::No;
 1128       RHSComponentCache = Cache::No;