Lines Matching defs:check_file
448 def get_base_class(code: str, check_file: str) -> str:
449 check_class_name = os.path.splitext(os.path.basename(check_file))[0]
455 header_file = os.path.splitext(check_file)[0] + ".h"
482 check_file = get_actual_filename(
486 if not os.path.isfile(check_file):
488 check_file = get_actual_filename(
492 if not os.path.isfile(check_file):
494 check_file = filename_from_module(dirname, check_name)
495 if not check_file or not os.path.isfile(check_file):
498 with io.open(check_file, encoding="utf8") as f:
503 base_class = get_base_class(code, check_file)
545 check_file = doc_file[1].replace(".rst", "")
550 title = "Clang Static Analyzer " + check_file
568 " :doc:`%(check_name)s <%(module)s/%(check_file)s>`, %(ref_begin)s`%(title)s <%(target)s>`%(ref_end)s,%(autofix)s\n"
572 "check_file": check_file,
583 " :doc:`%(check_name)s <%(module)s/%(check_file)s>`, %(title)s,%(autofix)s\n"
587 "check_file": check_file,