Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DCompilation.h108 JobList &getJobs() { return Jobs; } in getJobs() function
109 const JobList &getJobs() const { return Jobs; } in getJobs() function
DJob.h162 const list_type &getJobs() const { return Jobs; } in getJobs() function