HomeSort by: relevance | last modified time | path
    Searched defs:getCompileCommands (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/
CommonOptionsParser.cpp 60 std::vector<CompileCommand> ArgumentsAdjustingCompilations::getCompileCommands(
62 return adjustCommands(Compilations->getCompileCommands(FilePath));
CompilationDatabase.cpp 135 auto C = getCompileCommands(File);
307 // unused for compilation. This is necessary so that getCompileCommands() can
382 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const {
JSONCompilationDatabase.cpp 229 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const {
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 3256 def getCompileCommands(self, filename):

Completed in 40 milliseconds