Searched refs:appendArgumentsAdjuster (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp64 Tool.appendArgumentsAdjuster(Action.second);
65 Tool.appendArgumentsAdjuster(ArgsAdjuster);
H A DAllTUsExecution.cpp130 Tool.appendArgumentsAdjuster(Action.second);
131 Tool.appendArgumentsAdjuster(getDefaultArgumentsAdjusters());
H A DCommonOptionsParser.cpp55 void ArgumentsAdjustingCompilations::appendArgumentsAdjuster( function in class:ArgumentsAdjustingCompilations
152 AdjustingCompilations->appendArgumentsAdjuster(Adjuster);
H A DTooling.cpp415 appendArgumentsAdjuster(getClangStripOutputAdjuster());
416 appendArgumentsAdjuster(getClangSyntaxOnlyAdjuster());
417 appendArgumentsAdjuster(getClangStripDependencyFileAdjuster());
428 void ClangTool::appendArgumentsAdjuster(ArgumentsAdjuster Adjuster) { function in class:ClangTool
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DCommonOptionsParser.h136 void appendArgumentsAdjuster(ArgumentsAdjuster Adjuster);
H A DTooling.h303 /// arguments adjuster by calling the appendArgumentsAdjuster() method.
343 void appendArgumentsAdjuster(ArgumentsAdjuster Adjuster);

Completed in 68 milliseconds