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

Overridden By

lib/Support/FileCheck.cpp
   54 Expected<std::string> FileCheckNumericSubstitution::getResult() const {
   61 Expected<std::string> FileCheckStringSubstitution::getResult() const {

References

lib/Support/FileCheck.cpp
  647       Expected<std::string> Value = Substitution->getResult();
  728       Expected<std::string> MatchedValue = Substitution->getResult();