OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FailingCommand
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Driver/
Compilation.cpp
127
const Command *&
FailingCommand
) const {
142
FailingCommand
= &C;
166
FailingCommand
= &C;
201
const Command *
FailingCommand
= nullptr;
202
if (int Res = ExecuteCommand(Job,
FailingCommand
))
203
FailingCommands.push_back(std::make_pair(Res,
FailingCommand
));
Driver.cpp
541
const Command &
FailingCommand
) {
546
if (
FailingCommand
.getCreator().isLinkJob() ||
547
FailingCommand
.getCreator().isDsymutilJob())
562
Command Cmd =
FailingCommand
;
744
const Command *
FailingCommand
= CmdPair.second;
748
const JobAction *JA = cast<JobAction>(&
FailingCommand
->getSource());
763
const Tool &FailingTool =
FailingCommand
->getCreator();
765
if (!
FailingCommand
->getCreator().hasGoodDiagnostics() || Res != 1) {
[
all
...]
/external/clang/include/clang/Driver/
Compilation.h
177
/// \param
FailingCommand
- For non-zero results, this will be set to the
180
int ExecuteCommand(const Command &C, const Command *&
FailingCommand
) const;
Driver.h
335
const Command &
FailingCommand
);
/external/clang/tools/driver/
driver.cpp
461
const Command *
FailingCommand
= P.second;
474
TheDriver.generateCompilationDiagnostics(*C, *
FailingCommand
);
Completed in 397 milliseconds