reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
35 using ArgumentsAdjuster = std::function<CommandLineArguments( 36 const CommandLineArguments &, StringRef Filename)>; 58 ArgumentsAdjuster getInsertArgumentAdjuster(const CommandLineArguments &Extra,tools/clang/lib/Tooling/ArgumentsAdjusters.cpp
25 CommandLineArguments AdjustedArgs; 44 CommandLineArguments AdjustedArgs; 62 CommandLineArguments AdjustedArgs; 78 CommandLineArguments AdjustedArgs; 96 ArgumentsAdjuster getInsertArgumentAdjuster(const CommandLineArguments &Extra, 99 CommandLineArguments Return(Args); 101 CommandLineArguments::iterator I; 132 CommandLineArguments AdjustedArgs;tools/clang/lib/Tooling/Tooling.cpp
436 static void injectResourceDir(CommandLineArguments &Args, const char *Argv0,
tools/clang/tools/clang-scan-deps/ClangScanDeps.cpp 173 tooling::CommandLineArguments AdjustedArgs = Args;
tools/clang/tools/extra/clang-tidy/ClangTidy.cpp 505 CommandLineArguments AdjustedArgs = Args;
tools/clang/tools/extra/modularize/Modularize.cpp339 static std::string findInputFile(const CommandLineArguments &CLArgs) { 360 CommandLineArguments NewArgs(Args);tools/clang/unittests/Tooling/ToolingTest.cpp
460 CommandLineArguments FinalArgs; 491 CommandLineArguments FinalArgs;