clang API Documentation

Functions
Job.cpp File Reference
#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>
Include dependency graph for Job.cpp:

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)

Function Documentation

static void PrintArg ( raw_ostream &  OS,
const char *  Arg,
bool  Quote 
) [static]

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().