Home
last modified time | relevance | path

Searched refs:addCommand (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Driver/
DJob.cpp39 void Job::addCommand(Command *C) { in addCommand() function in Job
DTools.cpp2844 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/
DJob.h41 void addCommand(Command *C);
DCompilation.h87 void addCommand(Command *C) { Jobs.addJob(C); } in addCommand() function
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2342709 (DOM::JSEditor::addCommand):