Searched defs:getCompileCommands (Results 1 – 4 of 4) sorted by relevance
| /external/clang/lib/Tooling/ | ||
| D | CommonOptionsParser.cpp | 69 getCompileCommands(StringRef FilePath) const override { in getCompileCommands() function in __anon0c5eea2e0111::ArgumentsAdjustingCompilations |
| D | CompilationDatabase.cpp | 306 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in FixedCompilationDatabase |
| D | JSONCompilationDatabase.cpp | 173 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in clang::tooling::JSONCompilationDatabase |
| /external/clang/bindings/python/clang/ | ||
| D | cindex.py | 2832 def getCompileCommands(self, filename): member in CompilationDatabase |