Home
last modified time | relevance | path

Searched refs:adjustCommands (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp62 return adjustCommands(Compilations->getCompileCommands(FilePath)); in getCompileCommands()
72 return adjustCommands(Compilations->getAllCompileCommands()); in getAllCompileCommands()
75 std::vector<CompileCommand> ArgumentsAdjustingCompilations::adjustCommands( in adjustCommands() function in ArgumentsAdjustingCompilations
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCommonOptionsParser.h143 adjustCommands(std::vector<CompileCommand> Commands) const;