Searched refs:getCompileCommands (Results 1 – 12 of 12) sorted by relevance
33 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anon9dfacd140111::TargetAndModeAdderDatabase34 return addTargetAndMode(Base->getCompileCommands(FilePath)); in getCompileCommands()
35 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anonad58e7c40111::LocationAdderDatabase36 return addLocation(Base->getCompileCommands(FilePath)); in getCompileCommands()
42 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anon398605700111::ExpandResponseFilesDatabase43 return expand(Base->getCompileCommands(FilePath)); in getCompileCommands()
60 std::vector<CompileCommand> ArgumentsAdjustingCompilations::getCompileCommands( in getCompileCommands() function in ArgumentsAdjustingCompilations62 return adjustCommands(Compilations->getCompileCommands(FilePath)); in getCompileCommands()
507 getCompileCommands(StringRef Filename) const override { in getCompileCommands() function in clang::tooling::__anon9618e36e0111::InterpolatingCompilationDatabase508 auto Known = Inner->getCompileCommands(Filename); in getCompileCommands()516 Inner->getCompileCommands(Index.chooseProxy(Filename, foldType(Lang))); in getCompileCommands()
135 auto C = getCompileCommands(File); in getAllCompileCommands()384 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in FixedCompilationDatabase
226 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in JSONCompilationDatabase
568 Compilations.getCompileCommands(File); in run()
129 virtual std::vector<CompileCommand> getCompileCommands(208 getCompileCommands(StringRef FilePath) const override;
84 getCompileCommands(StringRef FilePath) const override;
132 getCompileCommands(StringRef FilePath) const override;
776 getCompileCommands(StringRef FilePath) const override { in getCompilationDatabase() function in getCompilationDatabase::InplaceCompilationDatabase