OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJobs
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp
59
C->PrintJob(llvm::errs(), C->
getJobs
(), "\n", true);
65
const driver::JobList &Jobs = C->
getJobs
();
69
C->PrintJob(OS, C->
getJobs
(), "; ", true);
/external/clang/examples/clang-interpreter/
main.cpp
94
const driver::JobList &Jobs = C->
getJobs
();
98
C->PrintJob(OS, C->
getJobs
(), "; ", true);
121
C->PrintJob(llvm::errs(), C->
getJobs
(), "\n", true);
/external/clang/include/clang/Driver/
Compilation.h
91
JobList &
getJobs
() { return Jobs; }
92
const JobList &
getJobs
() const { return Jobs; }
Job.h
105
const list_type &
getJobs
() const { return Jobs; }
/external/clang/lib/Tooling/
Tooling.cpp
66
const clang::driver::JobList &Jobs = Compilation->
getJobs
();
70
Compilation->PrintJob(error_stream, Compilation->
getJobs
(), "; ", true);
195
Compilation->PrintJob(llvm::errs(), Compilation->
getJobs
(), "\n", true);
/external/clang/lib/Driver/
Driver.cpp
436
C.PrintDiagnosticJob(OS, C.
getJobs
());
514
C.ExecuteJob(C.
getJobs
(), FailingCommands);
569
C.PrintJob(llvm::errs(), C.
getJobs
(), "\n", true);
577
C.ExecuteJob(C.
getJobs
(), FailingCommands);
[
all
...]
Completed in 78 milliseconds