OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuppressSystemWarnings
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Basic/
Diagnostic.h
176
bool
SuppressSystemWarnings
; // Suppress warnings in system headers.
459
void setSuppressSystemWarnings(bool Val) {
SuppressSystemWarnings
= Val; }
460
bool getSuppressSystemWarnings() const { return
SuppressSystemWarnings
; }
[
all
...]
/external/clang/lib/Basic/
DiagnosticIDs.cpp
472
if (Diag.
SuppressSystemWarnings
&& !ShowInSystemHeader && Loc.isValid() &&
Diagnostic.cpp
71
SuppressSystemWarnings
= false;
[
all
...]
Completed in 131 milliseconds