Home
last modified time | relevance | path

Searched refs:ArgumentsAdjustingCompilations (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Tooling/
H A DCommonOptionsParser.cpp55 void ArgumentsAdjustingCompilations::appendArgumentsAdjuster( in appendArgumentsAdjuster()
60 std::vector<CompileCommand> ArgumentsAdjustingCompilations::getCompileCommands( in getCompileCommands()
66 ArgumentsAdjustingCompilations::getAllFiles() const { in getAllFiles()
71 ArgumentsAdjustingCompilations::getAllCompileCommands() const { in getAllCompileCommands()
75 std::vector<CompileCommand> ArgumentsAdjustingCompilations::adjustCommands( in adjustCommands()
144 std::make_unique<ArgumentsAdjustingCompilations>( in init()
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DCommonOptionsParser.h118 class ArgumentsAdjustingCompilations : public CompilationDatabase {
120 ArgumentsAdjustingCompilations( in ArgumentsAdjustingCompilations() function
/llvm-project-15.0.7/clang/tools/clang-diff/
H A DClangDiff.cpp77 std::make_unique<ArgumentsAdjustingCompilations>( in addExtraArgs()
/llvm-project-15.0.7/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp471 std::make_unique<tooling::ArgumentsAdjustingCompilations>( in main()