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