OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAP_IGNORE
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Frontend/
Warnings.cpp
112
diag::Mapping Mapping = isPositive ? diag::MAP_WARNING : diag::
MAP_IGNORE
;
130
Diags.setMappingToAllDiagnostics(diag::
MAP_IGNORE
);
PrintPreprocessedOutput.cpp
500
case diag::
MAP_IGNORE
:
/external/clang/include/clang/Basic/
DiagnosticIDs.h
60
/// to either
MAP_IGNORE
(nothing), MAP_WARNING (emit a warning), MAP_ERROR
66
MAP_IGNORE
= 1, ///< Map this diagnostic to nothing, ignore it.
/external/clang/lib/Basic/
DiagnosticIDs.cpp
362
GetDefaultDiagMappingInfo(DiagID).getMapping() != diag::
MAP_IGNORE
;
419
case diag::
MAP_IGNORE
:
/external/clang/lib/Lex/
Pragma.cpp
959
Map = diag::
MAP_IGNORE
;
[
all
...]
/external/clang/lib/Parse/
ParsePragma.cpp
763
diag::
MAP_IGNORE
,
Completed in 304 milliseconds