Home
last modified time | relevance | path

Searched refs:Adjuster (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp56 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 DExecution.cpp48 ArgumentsAdjuster Adjuster) { in execute() argument
52 Actions.emplace_back(std::move(Action), std::move(Adjuster)); in execute()
H A DTooling.cpp220 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 DCommonOptionsParser.h101 ArgumentsAdjuster getArgumentsAdjuster() { return Adjuster; } in getArgumentsAdjuster()
115 ArgumentsAdjuster Adjuster; variable
124 void appendArgumentsAdjuster(ArgumentsAdjuster Adjuster);
H A DTooling.h234 ArgumentsAdjuster Adjuster = getClangStripDependencyFileAdjuster(),
350 void appendArgumentsAdjuster(ArgumentsAdjuster Adjuster);
H A DExecution.h128 ArgumentsAdjuster Adjuster);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1355 auto Adjuster = FlowAdjuster(Params, Func); in applyFlowInference() local
1356 Adjuster.run(); in applyFlowInference()