OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IgnoreAllWarnings
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Basic/
Diagnostic.h
172
bool
IgnoreAllWarnings
; // Ignore all warnings: -w
440
void setIgnoreAllWarnings(bool Val) {
IgnoreAllWarnings
= Val; }
441
bool getIgnoreAllWarnings() const { return
IgnoreAllWarnings
; }
446
/// If this and
IgnoreAllWarnings
are both set, then that one wins.
[
all
...]
/external/clang/lib/Basic/
DiagnosticIDs.cpp
449
if (Result == diag::Severity::Warning && Diag.
IgnoreAllWarnings
)
Diagnostic.cpp
67
IgnoreAllWarnings
= false;
[
all
...]
Completed in 309 milliseconds