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

References

include/llvm/Demangle/ItaniumDemangle.h
  481   template<typename Fn> void match(Fn F) const { F(Pointee); }
  484     return Pointee->hasRHSComponent(S);
  489     if (Pointee->getKind() != KObjCProtoName ||
  490         !static_cast<const ObjCProtoName *>(Pointee)->isObjCObject()) {
  491       Pointee->printLeft(s);
  492       if (Pointee->hasArray(s))
  494       if (Pointee->hasArray(s) || Pointee->hasFunction(s))
  494       if (Pointee->hasArray(s) || Pointee->hasFunction(s))
  498       const auto *objcProto = static_cast<const ObjCProtoName *>(Pointee);
  506     if (Pointee->getKind() != KObjCProtoName ||
  507         !static_cast<const ObjCProtoName *>(Pointee)->isObjCObject()) {
  508       if (Pointee->hasArray(s) || Pointee->hasFunction(s))
  508       if (Pointee->hasArray(s) || Pointee->hasFunction(s))
  510       Pointee->printRight(s);