Home | History | Annotate | Download | only in libclang

Lines Matching full:source_filename

2476                                           const char *source_filename,
2482 return clang_parseTranslationUnit(CIdx, source_filename,
2490 const char *source_filename;
2502 const char *source_filename = PTUI->source_filename;
2578 // The 'source_filename' argument is optional. If the caller does not
2583 if (source_filename)
2584 Args->push_back(source_filename);
2621 const char *source_filename,
2627 ParseTranslationUnitInfo PTUI = { CIdx, source_filename, command_line_args,
2634 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename);