clang API Documentation
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Action.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/Options.h"
#include "clang/Driver/ToolChain.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Typedefs | |
typedef SmallVectorImpl < std::pair< int, const Command * > > | FailingCommandList |
Functions | |
static bool | ActionFailed (const Action *A, const FailingCommandList &FailingCommands) |
static bool | InputsOk (const Command &C, const FailingCommandList &FailingCommands) |
typedef SmallVectorImpl< std::pair<int, const Command *> > FailingCommandList |
Definition at line 170 of file Compilation.cpp.
static bool ActionFailed | ( | const Action * | A, |
const FailingCommandList & | FailingCommands | ||
) | [static] |
Definition at line 172 of file Compilation.cpp.
References clang::driver::Action::begin(), and clang::driver::Action::end().
Referenced by InputsOk().
static bool InputsOk | ( | const Command & | C, |
const FailingCommandList & | FailingCommands | ||
) | [static] |
Definition at line 190 of file Compilation.cpp.
References ActionFailed(), and clang::driver::Command::getSource().
Referenced by clang::driver::Compilation::ExecuteJob().