Searched refs:getAllCompileCommands (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DGuessTargetAndModeCompilationDatabase.cpp28 std::vector<CompileCommand> getAllCompileCommands() const override {
29 return addTargetAndMode(Base->getAllCompileCommands());
H A DExpandResponseFilesCompilationDatabase.cpp46 std::vector<CompileCommand> getAllCompileCommands() const override {
47 return expand(Base->getAllCompileCommands());
H A DCommonOptionsParser.cpp71 ArgumentsAdjustingCompilations::getAllCompileCommands() const { function in class:ArgumentsAdjustingCompilations
72 return adjustCommands(Compilations->getAllCompileCommands());
H A DInterpolatingCompilationDatabase.cpp526 std::vector<CompileCommand> getAllCompileCommands() const override {
527 return Inner->getAllCompileCommands();
H A DJSONCompilationDatabase.cpp252 JSONCompilationDatabase::getAllCompileCommands() const { function in class:JSONCompilationDatabase
H A DCompilationDatabase.cpp132 std::vector<CompileCommand> CompilationDatabase::getAllCompileCommands() const { function in class:CompilationDatabase
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h93 std::vector<CompileCommand> getAllCompileCommands() const override;
H A DCommonOptionsParser.h131 std::vector<CompileCommand> getAllCompileCommands() const override;
H A DCompilationDatabase.h143 /// ability to provide a feasible implementation for \c getAllCompileCommands.
147 virtual std::vector<CompileCommand> getAllCompileCommands() const;
226 /// The return value of getAllFiles() or getAllCompileCommands() is unchanged.

Completed in 200 milliseconds