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

Lines Matching defs:out

110 static void PrintExtent(FILE *out, unsigned begin_line, unsigned begin_column,
112 fprintf(out, "[%d:%d - %d:%d]", begin_line, begin_column,
468 printf(" out");
471 printf(" in,out");
895 PRINT_OBJC_QUAL(Out);
929 FILE *out = stderr;
964 fprintf(out, "FIX-IT: Insert \"%s\" at %d:%d\n",
969 fprintf(out, "FIX-IT: Remove ");
970 PrintExtent(out, start_line, start_column, end_line, end_column);
971 fprintf(out, "\n");
976 fprintf(out, "FIX-IT: Replace ");
977 PrintExtent(out, start_line, start_column, end_line, end_column);
978 fprintf(out, " with \"%s\"\n", clang_getCString(insertion_text));