ΒΆclang::tooling::ArgumentsAdjuster
combineAdjusters(
    clang::tooling::ArgumentsAdjuster First,
    clang::tooling::ArgumentsAdjuster Second)

Description

Gets an argument adjuster which adjusts the arguments in sequence with the \p First adjuster and then with the \p Second one.

Declared at: clang/include/clang/Tooling/ArgumentsAdjusters.h:69

Parameters

clang::tooling::ArgumentsAdjuster First
clang::tooling::ArgumentsAdjuster Second