Exemplo n.º 1
0
 internal static extern uint clang_CompileCommands_getSize(CXCompileCommands compile_commands);
Exemplo n.º 2
0
 internal static extern CXCompileCommand clang_CompileCommands_getCommand(CXCompileCommands compile_commands, uint i);
Exemplo n.º 3
0
 internal static extern void clang_CompileCommands_dispose(CXCompileCommands compile_commands);