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

Declarations

include/llvm/IR/DiagnosticInfo.h
  382   const std::string getLocationStr() const;

References

lib/IR/DiagnosticInfo.cpp
  226   DP << getLocationStr() << ": " << getMsg();
  336   OS << getLocationStr() << ": in function " << getFunction().getName() << ' '
  381   DP << getLocationStr() << ": " << getMsg();