OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasGoodDiagnostics
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Driver/
Tool.h
117
virtual bool
hasGoodDiagnostics
() const { return false; }
/external/clang/lib/Driver/
Tools.h
107
bool
hasGoodDiagnostics
() const override { return true; }
125
bool
hasGoodDiagnostics
() const override { return true; }
168
bool
hasGoodDiagnostics
() const override { return true; }
179
bool
hasGoodDiagnostics
() const override { return true; }
[
all
...]
Driver.cpp
765
if (!FailingCommand->getCreator().
hasGoodDiagnostics
() || Res != 1) {
[
all
...]
Completed in 37 milliseconds