Home
last modified time | relevance | path

Searched refs:CXCompileCommands (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang-c/
DCXCompilationDatabase.h49 typedef void * CXCompileCommands; typedef
93 CINDEX_LINKAGE CXCompileCommands
100 CINDEX_LINKAGE CXCompileCommands
106 CINDEX_LINKAGE void clang_CompileCommands_dispose(CXCompileCommands);
112 clang_CompileCommands_getSize(CXCompileCommands);
120 clang_CompileCommands_getCommand(CXCompileCommands, unsigned I);
/external/clang/tools/libclang/
DCXCompilationDatabase.cpp47 CXCompileCommands
60 CXCompileCommands
72 clang_CompileCommands_dispose(CXCompileCommands Cmds) in clang_CompileCommands_dispose()
78 clang_CompileCommands_getSize(CXCompileCommands Cmds) in clang_CompileCommands_getSize()
90 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I) in clang_CompileCommands_getCommand()
/external/clang/tools/c-index-test/
Dc-index-test.c3483 CXCompileCommands CCmds = 0; in index_compile_db()
3739 CXCompileCommands CCmds; in perform_test_compilation_db()