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 841 CXString insertion_text = clang_getDiagnosticFixIt(Diagnostic, i, &range); local
853 clang_getCString(insertion_text), start_line, start_column);
854 } else if (strcmp(clang_getCString(insertion_text), "") == 0) {
866 fprintf(out, " with \"%s\"\n", clang_getCString(insertion_text));
870 clang_disposeString(insertion_text);
    [all...]

Completed in 378 milliseconds