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

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

Completed in 46 milliseconds