Home | History | Annotate | Download | only in Tooling

Lines Matching full:compilation

19 #include "clang/Driver/Compilation.h"
71 ErrorStream << "No compilation database found in " << Directory.str()
92 ErrorMessage = ("Could not auto-detect compilation database for file \"" +
106 ErrorMessage = ("Could not auto-detect compilation database from directory \"" +
205 /// \li false if \c Args cannot be used for compilation jobs (e.g.
226 // By adding -c, we force the driver to treat compilation as the last phase.
236 // prevents compilation, e.g. -E or something like -version, we may still end
246 const std::unique_ptr<driver::Compilation> Compilation(
249 const driver::JobList &Jobs = Compilation->getJobs();
270 // Remove all compilation input files from the command line. This is
276 // Remove all inputs deemed unused for compilation.