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

References

include/llvm/Demangle/StringView.h
   90     if (!startsWith(C))
lib/Demangle/MicrosoftDemangle.cpp
  485   assert(MangledName.startsWith('?'));
  787   assert(MangledName.startsWith('.'));
  803   if (MangledName.startsWith('.'))
  810   if (!MangledName.startsWith('?')) {
 1035   if (!MangledName.startsWith('?'))
 1536   if (MangledName.startsWith('?'))
 1908   assert(MangledName.startsWith('?'));
 2124   while (!Error && !MangledName.startsWith('@') &&
 2125          !MangledName.startsWith('Z')) {
 2186   while (!MangledName.startsWith('@')) {
 2223       if (MangledName.startsWith('?')) {
 2302   assert(MangledName.startsWith('@')); // The above loop exits only on '@'.