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

References

lib/Support/FileCheck.cpp
  912     if (Req.NoCanonicalizeWhiteSpace || (*Ptr != ' ' && *Ptr != '\t')) {
 1134       PatternContext->defineCmdlineVariables(Req.GlobalDefines, SM);
 1143   for (const auto &PatternString : Req.ImplicitCheckNot) {
 1158                                                "IMPLICIT-CHECK", SM, Req);
 1209     if (!(Req.NoCanonicalizeWhiteSpace && Req.MatchFullLines))
 1209     if (!(Req.NoCanonicalizeWhiteSpace && Req.MatchFullLines))
 1220     if (P.parsePattern(Buffer.substr(0, EOL), UsedPrefix, SM, Req))
 1265         *Req.CheckPrefixes.begin(), SMLoc::getFromPointer(Buffer.data()));
 1271            << (Req.CheckPrefixes.size() > 1 ? "es " : " ");
 1272     auto I = Req.CheckPrefixes.begin();
 1273     auto E = Req.CheckPrefixes.end();
 1734   for (StringRef Prefix : Req.CheckPrefixes) {
 1752   if (Req.CheckPrefixes.empty())
 1753     Req.CheckPrefixes.push_back("CHECK");
 1758   for (StringRef Prefix : Req.CheckPrefixes) {
 1759     if (Prefix != Req.CheckPrefixes.front())
 1950           CheckLabelStr.Check(SM, Buffer, true, MatchLabelLen, Req, Diags);
 1963     if (i != 0 && Req.EnableVarScope)
 1973           CheckStr.Check(SM, CheckRegion, false, MatchLen, Req, Diags);