Searched refs:addCommand (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Driver/ |
D | Job.cpp | 39 void Job::addCommand(Command *C) { in addCommand() function in Job
|
D | Tools.cpp | 2844 C.addCommand(new Command(JA, *this, Exec, CmdArgs)); in ConstructJob() 3110 C.addCommand(new Command(JA, *this, Exec, CmdArgs)); in ConstructJob() 3229 C.addCommand(new Command(JA, *this, Exec, CmdArgs)); in ConstructJob() 3329 C.addCommand(new Command(JA, *this, Exec, CmdArgs)); in ConstructJob() 3412 C.addCommand(new Command(JA, *this, Exec, CmdArgs)); in ConstructJob() 3934 C.addCommand(new Command(JA, *this, Exec, CmdArgs)); in ConstructJob() 4042 C.addCommand(new Command(JA, *this, Exec, CmdArgs)); in ConstructJob() 4100 C.addCommand(new Command(JA, *this, Exec, CmdArgs)); in ConstructJob() 4340 C.addCommand(new Command(JA, *this, Exec, CmdArgs)); in ConstructJob() 4529 C.addCommand(new Command(JA, *this, Exec, CmdArgs)); in ConstructJob() [all …]
|
/external/clang/include/clang/Driver/ |
D | Job.h | 41 void addCommand(Command *C);
|
D | Compilation.h | 87 void addCommand(Command *C) { Jobs.addJob(C); } in addCommand() function
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 42709 (DOM::JSEditor::addCommand):
|