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

  /src/external/apache2/llvm/dist/clang/include/clang-c/
CXCompilationDatabase.h 48 typedef void * CXCompileCommands;
92 CINDEX_LINKAGE CXCompileCommands
99 CINDEX_LINKAGE CXCompileCommands
105 CINDEX_LINKAGE void clang_CompileCommands_dispose(CXCompileCommands);
111 clang_CompileCommands_getSize(CXCompileCommands);
116 * Note : 0 <= i < clang_CompileCommands_getSize(CXCompileCommands)
119 clang_CompileCommands_getCommand(CXCompileCommands, unsigned I);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCompilationDatabase.cpp 45 CXCompileCommands
58 CXCompileCommands
70 clang_CompileCommands_dispose(CXCompileCommands Cmds)
76 clang_CompileCommands_getSize(CXCompileCommands Cmds)
88 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I)
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 4047 CXCompileCommands CCmds = 0;
4305 CXCompileCommands CCmds;

Completed in 32 milliseconds