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"
27 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain,
33 Compilation::~Compilation() {
57 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC,
72 void Compilation::PrintJob(raw_ostream &OS, const Job &J,
114 .Cases("-fdebug-compilation-dir", "-idirafter", true
    [all...]
  /external/clang/include/clang/Driver/
Compilation.h 1 //===--- Compilation.h - Compilation Task Data Structure --------*- C++ -*-===//
27 /// Compilation - A set of tasks to perform for a single driver
29 class Compilation {
68 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
70 ~Compilation();
184 /// so compilation can be reexecuted to generate additional diagnostic

Completed in 282 milliseconds