Lines Matching refs:source_file
1488 static int perform_file_scan(const char *ast_file, const char *source_file,1507 if ((fp = fopen(source_file, "r")) == NULL) {1508 fprintf(stderr, "Could not open '%s'\n", source_file);1512 file = clang_getFile(TU, source_file);