OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IncludeInDiagnosticCounts
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Frontend/Rewrite/
FixItRewriter.cpp
118
bool FixItRewriter::
IncludeInDiagnosticCounts
() const {
119
return Client ? Client->
IncludeInDiagnosticCounts
() : true;
/external/clang/lib/Basic/
Diagnostic.cpp
354
if (Client->
IncludeInDiagnosticCounts
()) {
400
if (!
IncludeInDiagnosticCounts
())
[
all
...]
Completed in 170 milliseconds