OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OptionalNotes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
Consumed.h
52
using
OptionalNotes
= SmallVector<PartialDiagnosticAt, 1>;
53
using DelayedDiag = std::pair<PartialDiagnosticAt,
OptionalNotes
>;
/src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp
1511
typedef SmallVector<PartialDiagnosticAt, 1>
OptionalNotes
;
1512
typedef std::pair<PartialDiagnosticAt,
OptionalNotes
> DelayedDiag;
1785
OptionalNotes
getNotes() const {
1790
return
OptionalNotes
(1, FNote);
1792
return
OptionalNotes
();
1795
OptionalNotes
getNotes(const PartialDiagnosticAt &Note) const {
1796
OptionalNotes
ONS(1, Note);
1806
OptionalNotes
getNotes(const PartialDiagnosticAt &Note1,
1808
OptionalNotes
ONS;
1820
OptionalNotes
makeLockedHereNote(SourceLocation LocLocked, StringRef Kind)
[
all
...]
Completed in 23 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026