HomeSort by relevance Sort by last modified time
    Searched full:insertion_text (Results 1 - 1 of 1) sorted by null

  /external/clang/tools/c-index-test/
c-index-test.c 390 CXString insertion_text = clang_getDiagnosticFixIt(Diagnostic, i, &range); local
402 clang_getCString(insertion_text), start_line, start_column);
403 } else if (strcmp(clang_getCString(insertion_text), "") == 0) {
415 fprintf(out, " with \"%s\"\n", clang_getCString(insertion_text));
419 clang_disposeString(insertion_text);
    [all...]

Completed in 203 milliseconds