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

Overrides

tools/polly/include/polly/ScopDetectionDiagnostic.h
  126   virtual std::string getRemarkName() const = 0;
tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
  666 std::string ReportOther::getRemarkName() const { return "UnknownRejectReason"; }

Declarations

tools/polly/include/polly/ScopDetectionDiagnostic.h
  733   std::string getRemarkName() const override;