Lines Matching refs:check_prefix
3339 const char *check_prefix; member
3360 if (data->check_prefix) { in printCheck()
3362 printf("// %s-NEXT: ", data->check_prefix); in printCheck()
3364 printf("// %s : ", data->check_prefix); in printCheck()
3855 const char *check_prefix) { in index_compile_args() argument
3865 index_data.check_prefix = check_prefix; in index_compile_args()
3894 const char *check_prefix) { in index_ast_file() argument
3903 index_data.check_prefix = check_prefix; in index_ast_file()
3926 const char *check_prefix; in index_file() local
3932 check_prefix = 0; in index_file()
3935 check_prefix = argv[0] + strlen("-check-prefix="); in index_file()
3951 result = index_compile_args(argc, argv, idxAction, importedASTs, check_prefix); in index_file()
3959 importedASTs, check_prefix); in index_file()
3971 const char *check_prefix; in index_tu() local
3976 check_prefix = 0; in index_tu()
3979 check_prefix = argv[0] + strlen("-check-prefix="); in index_tu()
3993 /*importedASTs=*/0, check_prefix); in index_tu()
4001 const char *check_prefix; in index_compile_db() local
4006 check_prefix = 0; in index_compile_db()
4009 check_prefix = argv[0] + strlen("-check-prefix="); in index_compile_db()
4102 /*importedASTs=*/0, check_prefix); in index_compile_db()