HomeSort by relevance Sort by last modified time
    Searched defs:Compilation (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
Compilation.cpp 1 //===--- Compilation.cpp - Compilation Task Implementation ----------------===//
10 #include "clang/Driver/Compilation.h"
28 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain,
34 Compilation::~Compilation() {
58 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC,
73 void Compilation::PrintJob(raw_ostream &OS, const Job &J,
104 bool Compilation::CleanupFileList(const ArgStringList &Files
    [all...]
  /external/clang/include/clang/Driver/
Compilation.h 1 //===--- Compilation.h - Compilation Task Data Structure --------*- C++ -*-===//
26 /// Compilation - A set of tasks to perform for a single driver
28 class Compilation {
67 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
69 ~Compilation();
160 /// so compilation can be reexecuted to generate additional diagnostic

Completed in 28 milliseconds