Home
last modified time | relevance | path

Searched refs:NoteList (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h92 using NoteList = SmallVector<std::shared_ptr<PathDiagnosticNotePiece>, 4>; variable
109 NoteList Notes;
287 virtual const NoteList &getNotes() { in getNotes()