Searched refs:getCompileCommands (Results 1 – 8 of 8) sorted by relevance
123 virtual std::vector<CompileCommand> getCompileCommands(196 getCompileCommands(StringRef FilePath) const override;
85 getCompileCommands(StringRef FilePath) const override;
140 getCompileCommands(StringRef FilePath) const override;
61 std::vector<CompileCommand> ArgumentsAdjustingCompilations::getCompileCommands( in getCompileCommands() function in ArgumentsAdjustingCompilations63 return adjustCommands(Compilations->getCompileCommands(FilePath)); in getCompileCommands()
511 getCompileCommands(StringRef Filename) const override { in getCompileCommands() function in clang::tooling::__anonad4080680111::InterpolatingCompilationDatabase512 auto Known = Inner->getCompileCommands(Filename); in getCompileCommands()520 Inner->getCompileCommands(Index.chooseProxy(Filename, foldType(Lang))); in getCompileCommands()
138 auto C = getCompileCommands(File); in getAllCompileCommands()389 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in FixedCompilationDatabase
221 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in JSONCompilationDatabase
468 Compilations.getCompileCommands(File); in run()