Searched defs:getCompileCommands (Results 1 – 5 of 5) sorted by relevance
52 std::vector<clang::tooling::CompileCommand> getCompileCommands( in getCompileCommands() function in sapi::WrappingCompilationDatabase102 std::vector<clang::tooling::CompileCommand> getCompileCommands( in getCompileCommands() function in sapi::FromCxxAjustedCompilationDatabase
69 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in __anonadbf639f0111::ArgumentsAdjustingCompilations
173 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in clang::tooling::JSONCompilationDatabase
306 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in FixedCompilationDatabase
2832 def getCompileCommands(self, filename): member in CompilationDatabase