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

References

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  730   const Callback Cb;
  733   NoteTag(Callback &&Cb, bool IsPrunable)
  764     const NoteTag *makeNoteTag(Callback &&Cb, bool IsPrunable = false) {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
  232   const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) {