Lines Matching defs:check_prefix
3438 const char *check_prefix;
3459 if (data->check_prefix) {
3461 printf("// %s-NEXT: ", data->check_prefix);
3463 printf("// %s : ", data->check_prefix);
3963 const char *check_prefix) {
3973 index_data.check_prefix = check_prefix;
4002 const char *check_prefix) {
4011 index_data.check_prefix = check_prefix;
4034 const char *check_prefix;
4040 check_prefix = 0;
4043 check_prefix = argv[0] + strlen("-check-prefix=");
4059 result = index_compile_args(argc, argv, idxAction, importedASTs, check_prefix);
4067 importedASTs, check_prefix);
4079 const char *check_prefix;
4084 check_prefix = 0;
4087 check_prefix = argv[0] + strlen("-check-prefix=");
4101 /*importedASTs=*/0, check_prefix);
4109 const char *check_prefix;
4114 check_prefix = 0;
4117 check_prefix = argv[0] + strlen("-check-prefix=");
4210 /*importedASTs=*/0, check_prefix);