OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXCompileCommands
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang-c/
CXCompilationDatabase.h
49
typedef void *
CXCompileCommands
;
93
CINDEX_LINKAGE
CXCompileCommands
100
CINDEX_LINKAGE
CXCompileCommands
106
CINDEX_LINKAGE void clang_CompileCommands_dispose(
CXCompileCommands
);
112
clang_CompileCommands_getSize(
CXCompileCommands
);
117
* Note : 0 <= i < clang_CompileCommands_getSize(
CXCompileCommands
)
120
clang_CompileCommands_getCommand(
CXCompileCommands
, unsigned I);
/external/clang/tools/libclang/
CXCompilationDatabase.cpp
47
CXCompileCommands
61
CXCompileCommands
73
clang_CompileCommands_dispose(
CXCompileCommands
Cmds)
79
clang_CompileCommands_getSize(
CXCompileCommands
Cmds)
91
clang_CompileCommands_getCommand(
CXCompileCommands
Cmds, unsigned I)
/external/clang/tools/c-index-test/
c-index-test.c
[
all
...]
Completed in 57 milliseconds