Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h217 JobList &getJobs() { return Jobs; } in getJobs() function
218 const JobList &getJobs() const { return Jobs; } in getJobs() function
H A DJob.h282 const list_type &getJobs() const { return Jobs; } in getJobs() function