예제 #1
0
 internal static extern CXString clang_CompileCommand_getMappedSourceContent(CXCompileCommand compile_command, uint i);
예제 #2
0
 internal static extern uint clang_CompileCommand_getNumMappedSources(CXCompileCommand compile_command);
예제 #3
0
 internal static extern CXString clang_CompileCommand_getArg(CXCompileCommand compile_command, uint i);
예제 #4
0
 internal static extern uint clang_CompileCommand_getNumArgs(CXCompileCommand compile_command);
예제 #5
0
 internal static extern CXString clang_CompileCommand_getFilename(CXCompileCommand compile_command);
예제 #6
0
 internal static extern CXString clang_CompileCommand_getDirectory(CXCompileCommand compile_command);