Home
last modified time | relevance | path

Searched refs:Adjusters (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp57 Adjusters.push_back(std::move(Adjuster)); in appendArgumentsAdjuster()
78 for (const auto &Adjuster : Adjusters) in adjustCommands()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCommonOptionsParser.h140 std::vector<ArgumentsAdjuster> Adjusters; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1408 auto &Adjusters = Stream.getHashAdjusters(); in dumpTpiStream() local
1410 for (const auto &A : Adjusters) { in dumpTpiStream()