Lines Matching refs:source_filename
2725 const char *source_filename,
2731 return clang_parseTranslationUnit(CIdx, source_filename,
2739 const char *source_filename;
2751 const char *source_filename = PTUI->source_filename;
2831 // The 'source_filename' argument is optional. If the caller does not
2836 if (source_filename)
2837 Args->push_back(source_filename);
2872 const char *source_filename,
2880 CIdx, source_filename, command_line_args, num_command_line_args,
2890 const char *source_filename,
2898 *Log << source_filename << ": ";
2909 source_filename,
2920 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename);