Lines Matching refs:check_prefix
2667 const char *check_prefix; member
2688 if (data->check_prefix) { in printCheck()
2690 printf("// %s-NEXT: ", data->check_prefix); in printCheck()
2692 printf("// %s : ", data->check_prefix); in printCheck()
3157 const char *check_prefix) { in index_compile_args() argument
3167 index_data.check_prefix = check_prefix; in index_compile_args()
3195 const char *check_prefix) { in index_ast_file() argument
3204 index_data.check_prefix = check_prefix; in index_ast_file()
3226 const char *check_prefix; in index_file() local
3232 check_prefix = 0; in index_file()
3235 check_prefix = argv[0] + strlen("-check-prefix="); in index_file()
3251 result = index_compile_args(argc, argv, idxAction, importedASTs, check_prefix); in index_file()
3259 importedASTs, check_prefix); in index_file()
3271 const char *check_prefix; in index_tu() local
3276 check_prefix = 0; in index_tu()
3279 check_prefix = argv[0] + strlen("-check-prefix="); in index_tu()
3293 /*importedASTs=*/0, check_prefix); in index_tu()
3301 const char *check_prefix; in index_compile_db() local
3306 check_prefix = 0; in index_compile_db()
3309 check_prefix = argv[0] + strlen("-check-prefix="); in index_compile_db()
3401 /*importedASTs=*/0, check_prefix); in index_compile_db()