Exemplo n.º 1
0
 internal static extern CXSourceLocation clang_getRangeEnd(CXSourceRange range);
Exemplo n.º 2
0
 internal static extern int clang_Range_isNull(CXSourceRange range);
Exemplo n.º 3
0
 internal static extern uint clang_equalRanges(CXSourceRange range1, CXSourceRange range2);
Exemplo n.º 4
0
 internal static extern CXString clang_getCompletionFixIt(CXCodeCompleteResultsPtr results, uint completion_index, uint fixit_index, ref CXSourceRange replacement_range);
Exemplo n.º 5
0
 internal static extern void clang_tokenize(CXTranslationUnit tu, CXSourceRange range, out CXTokenPtr tokens, out uint num_tokens);
Exemplo n.º 6
0
 internal static extern CXString clang_getDiagnosticFixIt(CXDiagnostic diagnostic, uint fix_it, out CXSourceRange replacement_range);