Lines Matching refs:check_prefix
2605 const char *check_prefix; member
2626 if (data->check_prefix) { in printCheck()
2628 printf("// %s-NEXT: ", data->check_prefix); in printCheck()
2630 printf("// %s : ", data->check_prefix); in printCheck()
3095 const char *check_prefix) { in index_compile_args() argument
3105 index_data.check_prefix = check_prefix; in index_compile_args()
3133 const char *check_prefix) { in index_ast_file() argument
3142 index_data.check_prefix = check_prefix; in index_ast_file()
3164 const char *check_prefix; in index_file() local
3170 check_prefix = 0; in index_file()
3173 check_prefix = argv[0] + strlen("-check-prefix="); in index_file()
3189 result = index_compile_args(argc, argv, idxAction, importedASTs, check_prefix); in index_file()
3197 importedASTs, check_prefix); in index_file()
3209 const char *check_prefix; in index_tu() local
3214 check_prefix = 0; in index_tu()
3217 check_prefix = argv[0] + strlen("-check-prefix="); in index_tu()
3231 /*importedASTs=*/0, check_prefix); in index_tu()
3239 const char *check_prefix; in index_compile_db() local
3244 check_prefix = 0; in index_compile_db()
3247 check_prefix = argv[0] + strlen("-check-prefix="); in index_compile_db()
3339 /*importedASTs=*/0, check_prefix); in index_compile_db()