Home
last modified time | relevance | path

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

/freebsd/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()
691 ArgumentsAdjuster Adjuster, const FileContentMappings &VirtualMappedFiles, in buildASTFromCodeWithArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCommonOptionsParser.h120 ArgumentsAdjuster Adjuster; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1355 auto Adjuster = FlowAdjuster(Params, Func); in applyFlowInference() local