Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DCompilation.h94 JobList &getJobs() { return Jobs; } in getJobs() function
95 const JobList &getJobs() const { return Jobs; } in getJobs() function
DJob.h147 const list_type &getJobs() const { return Jobs; } in getJobs() function