Lines Matching refs:source_filename
2900 const char *source_filename, in clang_createTranslationUnitFromSourceFile() argument
2906 return clang_parseTranslationUnit(CIdx, source_filename, in clang_createTranslationUnitFromSourceFile()
2914 const char *source_filename; member
2926 const char *source_filename = PTUI->source_filename; in clang_parseTranslationUnit_Impl() local
3011 if (source_filename) in clang_parseTranslationUnit_Impl()
3012 Args->push_back(source_filename); in clang_parseTranslationUnit_Impl()
3047 const char *source_filename, in clang_parseTranslationUnit() argument
3055 CIdx, source_filename, command_line_args, num_command_line_args, in clang_parseTranslationUnit()
3065 const char *source_filename, in clang_parseTranslationUnit2() argument
3073 *Log << source_filename << ": "; in clang_parseTranslationUnit2()
3084 source_filename, in clang_parseTranslationUnit2()
3095 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename); in clang_parseTranslationUnit2()