Home
last modified time | relevance | path

Searched defs:CommandLine (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Tooling/
H A DCompilationDatabase.h52 std::vector<std::string> CommandLine; member
H A DTooling.h233 std::vector<std::string> CommandLine; variable
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp401 std::vector<std::string> CommandLine; in TEST() local
417 std::vector<std::string> CommandLine; in TEST() local
426 std::vector<std::string> CommandLine; in TEST() local
463 std::vector<std::string> CommandLine; in TEST() local
482 std::vector<std::string> CommandLine; in TEST() local
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp176 ToolInvocation::ToolInvocation(std::vector<std::string> CommandLine, in ToolInvocation()
184 ToolInvocation::ToolInvocation(std::vector<std::string> CommandLine, in ToolInvocation()
352 std::vector<std::string> CommandLine = CompileCommand.CommandLine; in run() local
H A DCompilationDatabase.cpp292 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc); in loadFromCommandLine() local
302 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) { in FixedCompilationDatabase()
H A DJSONCompilationDatabase.cpp33 CommandLineArgumentParser(StringRef CommandLine) in CommandLineArgumentParser()
111 std::vector<std::string> CommandLine; member in clang::tooling::__anon11700a460111::CommandLineArgumentParser
/minix3/external/bsd/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp317 std::string CommandLine(ProgramToRun); in main() local
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/
H A DToolRunner.cpp409 static void lexCommand(std::string &Message, const std::string &CommandLine, in lexCommand()
/minix3/external/bsd/libevent/dist/
H A Devent_rpcgen.py1629 class CommandLine: class