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

References

lib/Support/FileCheck.cpp
  867   while (!Str.empty()) {
  868     if (Str.startswith("]]") && BracketDepth == 0)
  870     if (Str[0] == '\\') {
  872       Str = Str.substr(2);
  872       Str = Str.substr(2);
  875       switch (Str[0]) {
  883           SM.PrintMessage(SMLoc::getFromPointer(Str.data()),
  891       Str = Str.substr(1);
  891       Str = Str.substr(1);