Searched defs:getCompileCommands (Results 1 – 9 of 9) sorted by relevance
33 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anon003f0eef0111::TargetAndModeAdderDatabase
41 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::__anone45282ab0111::ExpandResponseFilesDatabase
60 std::vector<CompileCommand> ArgumentsAdjustingCompilations::getCompileCommands( in getCompileCommands() function in ArgumentsAdjustingCompilations
226 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in JSONCompilationDatabase
382 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in FixedCompilationDatabase
509 getCompileCommands(StringRef Filename) const override { in getCompileCommands() function in clang::tooling::__anon16cad0690111::InterpolatingCompilationDatabase
236 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in clang::tooling::FixedCompilationDatabaseWithFiles
682 std::vector<CompileCommand> getCompileCommands(StringRef F) const override { in getCompileCommands() function
3257 def getCompileCommands(self, filename): member in CompilationDatabase