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

Lines Matching refs:source_file

1790 static int perform_file_scan(const char *ast_file, const char *source_file,
1809 if ((fp = fopen(source_file, "r")) == NULL) {
1810 fprintf(stderr, "Could not open '%s'\n", source_file);
1815 file = clang_getFile(TU, source_file);