Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1511 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes; typedef
1512 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag;
1785 OptionalNotes getNotes() const { in getNotes()
1790 return OptionalNotes(1, FNote); in getNotes()
1792 return OptionalNotes(); in getNotes()
1795 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes()
1796 OptionalNotes ONS(1, Note); in getNotes()
1806 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes()
1808 OptionalNotes ONS; in getNotes()
1820 OptionalNotes makeLockedHereNote(SourceLocation LocLocked, StringRef Kind) { in makeLockedHereNote()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DConsumed.h52 using OptionalNotes = SmallVector<PartialDiagnosticAt, 1>; variable
53 using DelayedDiag = std::pair<PartialDiagnosticAt, OptionalNotes>;