Home
last modified time | relevance | path

Searched defs:Adjuster (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp56 ArgumentsAdjuster Adjuster) { in appendArgumentsAdjuster()
78 for (const auto &Adjuster : Adjusters) in adjustCommands() local
H A DExecution.cpp48 ArgumentsAdjuster Adjuster) { in execute()
H A DTooling.cpp220 ArgumentsAdjuster Adjuster = getClangStripDependencyFileAdjuster(); in runToolOnCodeWithArgs() local
496 void ClangTool::appendArgumentsAdjuster(ArgumentsAdjuster Adjuster) { in appendArgumentsAdjuster() argument
691 ArgumentsAdjuster Adjuster, const FileContentMappings &VirtualMappedFiles, in buildASTFromCodeWithArgs() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/
H A DCommonOptionsParser.h115 ArgumentsAdjuster Adjuster; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1355 auto Adjuster = FlowAdjuster(Params, Func); in applyFlowInference() local