Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DCXCompilationDatabase.h48 typedef void * CXCompileCommands; typedef
92 CINDEX_LINKAGE CXCompileCommands
99 CINDEX_LINKAGE CXCompileCommands
105 CINDEX_LINKAGE void clang_CompileCommands_dispose(CXCompileCommands);
111 clang_CompileCommands_getSize(CXCompileCommands);
119 clang_CompileCommands_getCommand(CXCompileCommands, unsigned I);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DCXCompilationDatabase.h48 typedef void * CXCompileCommands; typedef
92 CINDEX_LINKAGE CXCompileCommands
99 CINDEX_LINKAGE CXCompileCommands
105 CINDEX_LINKAGE void clang_CompileCommands_dispose(CXCompileCommands);
111 clang_CompileCommands_getSize(CXCompileCommands);
119 clang_CompileCommands_getCommand(CXCompileCommands, unsigned I);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DCXCompilationDatabase.h48 typedef void * CXCompileCommands; typedef
92 CINDEX_LINKAGE CXCompileCommands
99 CINDEX_LINKAGE CXCompileCommands
105 CINDEX_LINKAGE void clang_CompileCommands_dispose(CXCompileCommands);
111 clang_CompileCommands_getSize(CXCompileCommands);
119 clang_CompileCommands_getCommand(CXCompileCommands, unsigned I);
/aosp_15_r20/external/clang/include/clang-c/
H A 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);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DCXCompilationDatabase.h48 typedef void * CXCompileCommands; typedef
92 CINDEX_LINKAGE CXCompileCommands
99 CINDEX_LINKAGE CXCompileCommands
105 CINDEX_LINKAGE void clang_CompileCommands_dispose(CXCompileCommands);
111 clang_CompileCommands_getSize(CXCompileCommands);
119 clang_CompileCommands_getCommand(CXCompileCommands, unsigned I);
/aosp_15_r20/external/clang/tools/libclang/
H A 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()
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs1436 opaque!(CXCompileCommands);
1907 …ng_CompilationDatabase_getAllCompileCommands(database: CXCompilationDatabase) -> CXCompileCommands;
1908 …_getCompileCommands(database: CXCompilationDatabase, filename: *const c_char) -> CXCompileCommands;
1922 pub fn clang_CompileCommands_dispose(command: CXCompileCommands);
1923 …pub fn clang_CompileCommands_getCommand(command: CXCompileCommands, index: c_uint) -> CXCompileCom…
1924 pub fn clang_CompileCommands_getSize(command: CXCompileCommands) -> c_uint;
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c3483 CXCompileCommands CCmds = 0; in index_compile_db()
3739 CXCompileCommands CCmds; in perform_test_compilation_db()