Home | History | Annotate | Download | only in libclang

Lines Matching defs:source_filename

479   const char *source_filename;
509 const char *source_filename = ITUI->source_filename;
566 // The 'source_filename' argument is optional. If the caller does not
571 if (source_filename)
572 Args->push_back(source_filename);
964 const char *source_filename,
972 *Log << source_filename << ": ";
979 source_filename, command_line_args,
992 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename);