OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasNoWarningAsError
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticIDs.h
103
unsigned
HasNoWarningAsError
: 1;
114
Result.
HasNoWarningAsError
= 0;
131
bool
hasNoWarningAsError
() const { return
HasNoWarningAsError
; }
132
void setNoWarningAsError(bool Value) {
HasNoWarningAsError
= Value; }
145
return (IsUser << 7) | (IsPragma << 6) | (
HasNoWarningAsError
<< 5) |
153
Result.
HasNoWarningAsError
= (Bits >> 5) & 1;
/src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticIDs.cpp
561
if (State->WarningsAsErrors && !Mapping.
hasNoWarningAsError
())
Diagnostic.cpp
337
if (Mapping.second.
hasNoWarningAsError
())
Completed in 17 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026