Searched refs:getAllCompileCommands (Results 1 – 10 of 10) sorted by relevance
28 std::vector<CompileCommand> getAllCompileCommands() const override { in getAllCompileCommands() function in clang::tooling::__anona96c63bf0111::TargetAndModeAdderDatabase29 return addTargetAndMode(Base->getAllCompileCommands()); in getAllCompileCommands()
30 std::vector<CompileCommand> getAllCompileCommands() const override { in getAllCompileCommands() function in clang::tooling::__anon52c0036f0111::LocationAdderDatabase31 return addLocation(Base->getAllCompileCommands()); in getAllCompileCommands()
42 std::vector<CompileCommand> getAllCompileCommands() const override { in getAllCompileCommands() function in clang::tooling::__anonb32a717b0111::ExpandResponseFilesDatabase43 return expand(Base->getAllCompileCommands()); in getAllCompileCommands()
71 ArgumentsAdjustingCompilations::getAllCompileCommands() const { in getAllCompileCommands() function in ArgumentsAdjustingCompilations72 return adjustCommands(Compilations->getAllCompileCommands()); in getAllCompileCommands()
126 std::vector<CompileCommand> CompilationDatabase::getAllCompileCommands() const { in getAllCompileCommands() function in CompilationDatabase
247 JSONCompilationDatabase::getAllCompileCommands() const { in getAllCompileCommands() function in JSONCompilationDatabase
93 std::vector<CompileCommand> getAllCompileCommands() const override;
136 std::vector<CompileCommand> getAllCompileCommands() const override;
147 virtual std::vector<CompileCommand> getAllCompileCommands() const;
862 getAllCompileCommands() const override { in getCompilationDatabase() function in getCompilationDatabase::InplaceCompilationDatabase987 AdjustingCompilations->getAllCompileCommands(); in clang_scan_deps_main()