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

References

lib/Support/FileCheck.cpp
  485             SubstStr = Name;
  508           SubstStr = MatchStr;
  553         if (!IsNumBlock && VariableDefs.find(SubstStr) != VariableDefs.end()) {
  554           unsigned CaptureParenGroup = VariableDefs[SubstStr];
  556             SM.PrintMessage(SMLoc::getFromPointer(SubstStr.data()),
  568                         SubstStr, std::move(ExpressionAST), SubstInsertIdx)
  569                   : Context->makeStringSubstitution(SubstStr, SubstInsertIdx);