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

Overrides

tools/polly/include/polly/ScopDetectionDiagnostic.h
  136   virtual std::string getMessage() const = 0;
tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
  668 std::string ReportOther::getMessage() const { return "Unknown reject reason"; }

Declarations

tools/polly/include/polly/ScopDetectionDiagnostic.h
  757   std::string getMessage() const override;

References

tools/polly/lib/Analysis/ScopDetection.cpp
  393     LLVM_DEBUG(dbgs() << RejectReason->getMessage());