Home | History | Annotate | Download | only in libclang

Lines Matching defs:source_filename

2628                                           const char *source_filename,
2634 return clang_parseTranslationUnit(CIdx, source_filename,
2642 const char *source_filename;
2654 const char *source_filename = PTUI->source_filename;
2731 // The 'source_filename' argument is optional. If the caller does not
2736 if (source_filename)
2737 Args->push_back(source_filename);
2777 const char *source_filename,
2784 *Log << source_filename << ": ";
2789 ParseTranslationUnitInfo PTUI = { CIdx, source_filename, command_line_args,
2796 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename);