OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasNoWarningAsError
(Results
1 - 2
of
2
) 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;
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;
Completed in 46 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026