Searched refs:Adjuster (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | CommonOptionsParser.cpp | 56 ArgumentsAdjuster Adjuster) { in appendArgumentsAdjuster() argument 57 Adjusters.push_back(std::move(Adjuster)); in appendArgumentsAdjuster() 78 for (const auto &Adjuster : Adjusters) in adjustCommands() local 79 Command.CommandLine = Adjuster(Command.CommandLine, Command.Filename); in adjustCommands() 146 Adjuster = in init() 148 Adjuster = combineAdjusters( in init() 149 std::move(Adjuster), in init() 151 AdjustingCompilations->appendArgumentsAdjuster(Adjuster); in init()
|
H A D | Execution.cpp | 48 ArgumentsAdjuster Adjuster) { in execute() argument 52 Actions.emplace_back(std::move(Action), std::move(Adjuster)); in execute()
|
H A D | Tooling.cpp | 220 ArgumentsAdjuster Adjuster = getClangStripDependencyFileAdjuster(); in runToolOnCodeWithArgs() local 222 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileNameRef), FileNameRef), in runToolOnCodeWithArgs() 496 void ClangTool::appendArgumentsAdjuster(ArgumentsAdjuster Adjuster) { in appendArgumentsAdjuster() argument 497 ArgsAdjuster = combineAdjusters(std::move(ArgsAdjuster), std::move(Adjuster)); in appendArgumentsAdjuster() 691 ArgumentsAdjuster Adjuster, const FileContentMappings &VirtualMappedFiles, in buildASTFromCodeWithArgs() argument 704 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileName), FileName), in buildASTFromCodeWithArgs()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | CommonOptionsParser.h | 106 ArgumentsAdjuster getArgumentsAdjuster() { return Adjuster; } in getArgumentsAdjuster() 120 ArgumentsAdjuster Adjuster; variable 129 void appendArgumentsAdjuster(ArgumentsAdjuster Adjuster);
|
H A D | Execution.h | 128 ArgumentsAdjuster Adjuster);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 1355 auto Adjuster = FlowAdjuster(Params, Func); in applyFlowInference() local 1356 Adjuster.run(); in applyFlowInference()
|