Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DCompilation.h214 JobList &getJobs() { return Jobs; } in getJobs() function
215 const JobList &getJobs() const { return Jobs; } in getJobs() function
H A DJob.h294 const list_type &getJobs() const { return Jobs; } in getJobs() function