HomeSort by relevance Sort by last modified time
    Searched refs:JobList (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Driver/
Compilation.h 29 class JobList;
52 JobList Jobs;
94 JobList &getJobs() { return Jobs; }
95 const JobList &getJobs() const { return Jobs; }
Job.h 165 /// JobList - A sequence of jobs to perform.
166 class JobList : public Job {
177 JobList();
178 ~JobList() override {}
  /external/clang/lib/Driver/
Job.cpp 298 JobList::JobList() : Job(JobListClass) {}
300 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote,
306 void JobList::clear() { Jobs.clear(); }
Compilation.cpp 204 const JobList *Jobs = cast<JobList>(&J);
Driver.cpp 570 if (JobList *Jobs = dyn_cast<JobList>(&J)) {
    [all...]
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 65 const driver::JobList &Jobs = C->getJobs();
  /external/clang/examples/clang-interpreter/
main.cpp 113 const driver::JobList &Jobs = C->getJobs();
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 249 const driver::JobList &Jobs = Compilation->getJobs();
Tooling.cpp 71 const clang::driver::JobList &Jobs = Compilation->getJobs();

Completed in 204 milliseconds