Lines Matching refs:source_file
37 , source_file(source_file_) in code_snippet_actions()
41 source_file->is_code_snippets = true; in code_snippet_actions()
42 content.start(source_file); in code_snippet_actions()
92 file_ptr source_file; member
350 string_iterator first(a.source_file->source().begin()); in load_snippets()
351 string_iterator last(a.source_file->source().end()); in load_snippets()
460 detail::outerr(source_file, first) in end_snippet()
465 detail::outwarn(source_file, first) in end_snippet()
481 detail::outerr(source_file->path) in end_file()
487 detail::outwarn(source_file->path) in end_file()
509 f.start(source_file); in end_snippet_impl()