clang API Documentation
#include "clang/Driver/Driver.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/Job.h"
#include "clang/Driver/Tool.h"
#include "clang/Driver/ToolChain.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/Program.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
Go to the source code of this file.
Functions | |
static int | skipArgs (const char *Flag) |
static void | PrintArg (raw_ostream &OS, const char *Arg, bool Quote) |
static bool | ShouldFallback (int ExitCode) |
Definition at line 76 of file Job.cpp.
Referenced by clang::driver::Command::Print().
static bool ShouldFallback | ( | int | ExitCode | ) | [static] |
Definition at line 270 of file Job.cpp.
Referenced by clang::driver::FallbackCommand::Execute().
static int skipArgs | ( | const char * | Flag | ) | [static] |
Definition at line 37 of file Job.cpp.
Referenced by clang::driver::Command::Print().