Searched refs:getCompileCommands (Results 1 – 11 of 11) sorted by relevance
33 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anona96c63bf0111::TargetAndModeAdderDatabase34 return addTargetAndMode(Base->getCompileCommands(FilePath)); in getCompileCommands()
35 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anon52c0036f0111::LocationAdderDatabase36 return addLocation(Base->getCompileCommands(FilePath)); in getCompileCommands()
38 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anonb32a717b0111::ExpandResponseFilesDatabase39 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()
129 auto C = getCompileCommands(File); in getAllCompileCommands()378 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in FixedCompilationDatabase
221 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in JSONCompilationDatabase
566 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;
851 getCompileCommands(StringRef FilePath) const override { in getCompilationDatabase() function in getCompilationDatabase::InplaceCompilationDatabase