Searched defs:CommandLine (Results 1 – 9 of 9) sorted by relevance
52 std::vector<std::string> CommandLine; member
233 std::vector<std::string> CommandLine; variable
401 std::vector<std::string> CommandLine; in TEST() local417 std::vector<std::string> CommandLine; in TEST() local426 std::vector<std::string> CommandLine; in TEST() local463 std::vector<std::string> CommandLine; in TEST() local482 std::vector<std::string> CommandLine; in TEST() local
176 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
292 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc); in loadFromCommandLine() local302 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) { in FixedCompilationDatabase()
33 CommandLineArgumentParser(StringRef CommandLine) in CommandLineArgumentParser()111 std::vector<std::string> CommandLine; member in clang::tooling::__anon11700a460111::CommandLineArgumentParser
317 std::string CommandLine(ProgramToRun); in main() local
409 static void lexCommand(std::string &Message, const std::string &CommandLine, in lexCommand()
1629 class CommandLine: class