예제 #1
0
 internal static extern uint clang_CompileCommands_getSize(CXCompileCommands compile_commands);
예제 #2
0
 internal static extern CXCompileCommand clang_CompileCommands_getCommand(CXCompileCommands compile_commands, uint i);
예제 #3
0
 internal static extern void clang_CompileCommands_dispose(CXCompileCommands compile_commands);