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

References

lib/Support/FileCheck.cpp
  415       bool IsNumBlock = MatchStr.consume_front("#");
  440         size_t VarEndIdx = MatchStr.find(":");
  441         size_t SpacePos = MatchStr.substr(0, VarEndIdx).find_first_of(" \t");
  443           SM.PrintMessage(SMLoc::getFromPointer(MatchStr.data() + SpacePos),
  449         StringRef OrigMatchStr = MatchStr;
  451             parseVariable(MatchStr, SM);
  462           if ((IsPseudo || !MatchStr.consume_front(":"))) {
  479           MatchRegexp = MatchStr;
  482             MatchStr = OrigMatchStr;
  494             parseNumericSubstitutionBlock(MatchStr, DefinedNumericVariable,
  508           SubstStr = MatchStr;