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

References

lib/Support/FileCheck.cpp
  570           Substitutions.push_back(Substitution);
  636   if (!Substitutions.empty()) {
  645     for (const auto &Substitution : Substitutions) {
  724   if (!Substitutions.empty()) {
  725     for (const auto &Substitution : Substitutions) {
lib/Support/FileCheckImpl.h
  509     return !(Substitutions.empty() && VariableDefs.empty());