Lines Matching defs:source_filename
4208 CXIndex CIdx, const char *source_filename, int num_command_line_args,
4212 return clang_parseTranslationUnit(CIdx, source_filename, command_line_args,
4218 clang_parseTranslationUnit_Impl(CXIndex CIdx, const char *source_filename,
4319 // The 'source_filename' argument is optional. If the caller does not
4324 if (source_filename)
4325 Args->push_back(source_filename);
4385 clang_parseTranslationUnit(CXIndex CIdx, const char *source_filename,
4392 CIdx, source_filename, command_line_args, num_command_line_args,
4401 CXIndex CIdx, const char *source_filename,
4410 CIdx, source_filename, Args.data(), Args.size(), unsaved_files,
4415 CXIndex CIdx, const char *source_filename,
4420 *Log << source_filename << ": ";
4432 CIdx, source_filename, command_line_args, num_command_line_args,
4440 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename);