Searched refs:ShouldDisplayPathNotes (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp41 bool ShouldDisplayPathNotes; member in class:__anon1116::TextDiagnostics
46 bool ShouldDisplayPathNotes)
48 ShouldDisplayPathNotes(ShouldDisplayPathNotes) {}
57 return ShouldDisplayPathNotes ? Minimal : None;
112 if (!ShouldDisplayPathNotes)
147 /*ShouldDisplayPathNotes=*/true));
157 /*ShouldDisplayPathNotes=*/false));
44 TextDiagnostics(PathDiagnosticConsumerOptions DiagOpts, DiagnosticsEngine &DiagEng, const LangOptions &LO, bool ShouldDisplayPathNotes) argument

Completed in 161 milliseconds