Searched defs:getCompileCommands (Results 1 – 3 of 3) sorted by relevance
| /external/clang/lib/Tooling/ | ||
| D | JSONCompilationDatabase.cpp | 173 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in clang::tooling::JSONCompilationDatabase |
| D | CompilationDatabase.cpp | 313 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in clang::tooling::FixedCompilationDatabase |
| /external/clang/bindings/python/clang/ | ||
| D | cindex.py | 2674 def getCompileCommands(self, filename): member in CompilationDatabase |