Lines Matching refs:check_prefix
2820 const char *check_prefix; member
2841 if (data->check_prefix) { in printCheck()
2843 printf("// %s-NEXT: ", data->check_prefix); in printCheck()
2845 printf("// %s : ", data->check_prefix); in printCheck()
3310 const char *check_prefix) { in index_compile_args() argument
3320 index_data.check_prefix = check_prefix; in index_compile_args()
3348 const char *check_prefix) { in index_ast_file() argument
3357 index_data.check_prefix = check_prefix; in index_ast_file()
3379 const char *check_prefix; in index_file() local
3385 check_prefix = 0; in index_file()
3388 check_prefix = argv[0] + strlen("-check-prefix="); in index_file()
3404 result = index_compile_args(argc, argv, idxAction, importedASTs, check_prefix); in index_file()
3412 importedASTs, check_prefix); in index_file()
3424 const char *check_prefix; in index_tu() local
3429 check_prefix = 0; in index_tu()
3432 check_prefix = argv[0] + strlen("-check-prefix="); in index_tu()
3446 /*importedASTs=*/0, check_prefix); in index_tu()
3454 const char *check_prefix; in index_compile_db() local
3459 check_prefix = 0; in index_compile_db()
3462 check_prefix = argv[0] + strlen("-check-prefix="); in index_compile_db()
3554 /*importedASTs=*/0, check_prefix); in index_compile_db()