示例#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);