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

Overrides

lib/Support/FileCheckImpl.h
  205   virtual Expected<std::string> getResult() const = 0;

Declarations

lib/Support/FileCheckImpl.h
  235   Expected<std::string> getResult() const override;

References

unittests/Support/FileCheckTest.cpp
  427   SubstValue = SubstitutionLine.getResult();
  430   SubstValue = SubstitutionN.getResult();
  437   SubstValue = SubstitutionLine.getResult();
  441   SubstValue = SubstitutionN.getResult();