HomeSort by relevance Sort by last modified time
    Searched refs:CommandLineArguments (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Tooling/
ArgumentsAdjusters.h 27 typedef std::vector<std::string> CommandLineArguments;
42 virtual CommandLineArguments Adjust(const CommandLineArguments &Args) = 0;
52 virtual CommandLineArguments Adjust(const CommandLineArguments &Args);
58 virtual CommandLineArguments Adjust(const CommandLineArguments &Args);
  /external/clang/lib/Tooling/
ArgumentsAdjusters.cpp 26 CommandLineArguments
27 ClangSyntaxOnlyAdjuster::Adjust(const CommandLineArguments &Args) {
28 CommandLineArguments AdjustedArgs;
40 CommandLineArguments
41 ClangStripOutputAdjuster::Adjust(const CommandLineArguments &Args) {
42 CommandLineArguments AdjustedArgs;
  /external/clang/tools/clang-check/
ClangCheck.cpp 140 InsertAdjuster(const CommandLineArguments &Extra, Position Pos)
148 virtual CommandLineArguments
149 Adjust(const CommandLineArguments &Args) LLVM_OVERRIDE {
150 CommandLineArguments Return(Args);
152 CommandLineArguments::iterator I;
165 const CommandLineArguments Extra;
  /external/clang/unittests/Tooling/
ToolingTest.cpp 202 virtual CommandLineArguments
203 Adjust(const CommandLineArguments &Args) LLVM_OVERRIDE {

Completed in 38 milliseconds