Home
last modified time | relevance | path

Searched defs:getJobs (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/Driver/
HDCompilation.h91 JobList &getJobs() { return Jobs; } in getJobs() function
92 const JobList &getJobs() const { return Jobs; } in getJobs() function
HDJob.h145 const list_type &getJobs() const { return Jobs; } in getJobs() function