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

Lines Matching full:source_file

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