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

References

include/llvm/Demangle/ItaniumDemangle.h
 2427     if (StringView(First, Last).startsWith(S)) {
 2765   if (Name.startsWith("_GLOBAL__N"))
 3674     if (Qual.startsWith("objcproto")) {
include/llvm/Demangle/StringView.h
   97     if (!startsWith(S))
lib/Demangle/MicrosoftDemangle.cpp
  195   if (S.startsWith("$$Q")) // foo &&
  212   return S.startsWith("$$A8@@") || S.startsWith("$$A6");
  212   return S.startsWith("$$A8@@") || S.startsWith("$$A6");
  755   assert(MangledName.startsWith("??@"));
  806   if (MangledName.startsWith("??@"))
  984   assert(MangledName.startsWith("?$"));
 1414   assert(MangledName.startsWith("?A"));
 1523   if (MangledName.startsWith("?$"))
 1534   if (MangledName.startsWith("?$"))
 1545   if (MangledName.startsWith("?$"))
 1548   if (MangledName.startsWith("?A"))
 1802       assert(MangledName.startsWith("$$A6"));
 2210     } else if (MangledName.startsWith("$1") || MangledName.startsWith("$H") ||
 2210     } else if (MangledName.startsWith("$1") || MangledName.startsWith("$H") ||
 2211                MangledName.startsWith("$I") || MangledName.startsWith("$J")) {
 2211                MangledName.startsWith("$I") || MangledName.startsWith("$J")) {
 2252     } else if (MangledName.startsWith("$E?")) {
 2258     } else if (MangledName.startsWith("$F") || MangledName.startsWith("$G")) {
 2258     } else if (MangledName.startsWith("$F") || MangledName.startsWith("$G")) {