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

  /src/external/apache2/llvm/dist/clang/include/clang-c/
CXCompilationDatabase.h 111 clang_CompileCommands_getSize(CXCompileCommands);
116 * Note : 0 <= i < clang_CompileCommands_getSize(CXCompileCommands)
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCompilationDatabase.cpp 76 clang_CompileCommands_getSize(CXCompileCommands Cmds)
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 4088 numCmds = clang_CompileCommands_getSize(CCmds);
4342 numCmds = clang_CompileCommands_getSize(CCmds);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 3212 return int(conf.lib.clang_CompileCommands_getSize(self.ccmds))
3357 ("clang_CompileCommands_getSize",

Completed in 30 milliseconds