clang API Documentation
#include <Job.h>

Public Types | |
| enum | JobClass { CommandClass, JobListClass } |
Public Member Functions | |
| virtual | ~Job () |
| JobClass | getKind () const |
| void | addCommand (Command *C) |
Static Public Member Functions | |
| static bool | classof (const Job *) |
Protected Member Functions | |
| Job (JobClass _Kind) | |
| void Job::addCommand | ( | Command * | C | ) |
| static bool clang::driver::Job::classof | ( | const Job * | ) | [inline, static] |
Reimplemented in clang::driver::JobList, and clang::driver::Command.
| JobClass clang::driver::Job::getKind | ( | ) | const [inline] |
Definition at line 37 of file Job.h.
Referenced by clang::driver::Command::classof(), and clang::driver::JobList::classof().