Home | History | Annotate | Download | only in c-index-test

Lines Matching refs:Out

83 static void PrintExtent(FILE *out, unsigned begin_line, unsigned begin_column,
85 fprintf(out, "[%d:%d - %d:%d]", begin_line, begin_column,
393 printf(" out");
396 printf(" in,out");
827 PRINT_OBJC_QUAL(Out);
861 FILE *out = stderr;
896 fprintf(out, "FIX-IT: Insert \"%s\" at %d:%d\n",
901 fprintf(out, "FIX-IT: Remove ");
902 PrintExtent(out, start_line, start_column, end_line, end_column);
903 fprintf(out, "\n");
908 fprintf(out, "FIX-IT: Replace ");
909 PrintExtent(out, start_line, start_column, end_line, end_column);
910 fprintf(out, " with \"%s\"\n", clang_getCString(insertion_text));