Home
last modified time | relevance | path

Searched defs:getCompileCommands (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp173 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in clang::tooling::JSONCompilationDatabase
DCompilationDatabase.cpp313 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const { in getCompileCommands() function in clang::tooling::FixedCompilationDatabase
/external/clang/bindings/python/clang/
Dcindex.py2674 def getCompileCommands(self, filename): member in CompilationDatabase