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

References

lib/Support/FileCheck.cpp
 1173     std::tie(UsedPrefix, AfterSuffix) =
 1175     if (UsedPrefix.empty())
 1177     assert(UsedPrefix.data() == Buffer.data() &&
 1185     const char *UsedPrefixStart = UsedPrefix.data();
 1189     Buffer = AfterSuffix.empty() ? Buffer.drop_front(UsedPrefix.size())
 1195                       "unsupported -NOT combo on prefix '" + UsedPrefix + "'");
 1203                           UsedPrefix + "'");
 1220     if (P.parsePattern(Buffer.substr(0, EOL), UsedPrefix, SM, Req))
 1227           "found '" + UsedPrefix + "-LABEL:'"
 1243                       "found '" + UsedPrefix + "-" + Type +
 1244                           "' without previous '" + UsedPrefix + ": line");
 1255     CheckStrings->emplace_back(P, UsedPrefix, PatternLoc);