Lines Matching refs:kwd
34337 cp_token *kwd = cp_lexer_peek_token (parser->lexer);
34339 switch (kwd->type)
34345 kwd = cp_lexer_consume_token (parser->lexer);
34346 return objc_build_string_object (kwd->u.value);
34349 switch (kwd->keyword)
34365 error_at (kwd->location,
34367 kwd->u.value);
35631 cp_token *kwd = cp_lexer_peek_token (parser->lexer);
35634 switch (kwd->keyword)
35639 error_at (kwd->location, "attributes may not be specified before"
35641 kwd->u.value);
35645 warning_at (kwd->location, OPT_Wattributes,
35647 kwd->u.value);
35653 switch (kwd->keyword)
35674 error_at (kwd->location, "misplaced %<@%D%> Objective-C++ construct",
35675 kwd->u.value);
35852 cp_token *kwd = cp_lexer_peek_token (parser->lexer);
35854 switch (kwd->keyword)
35863 error_at (kwd->location, "misplaced %<@%D%> Objective-C++ construct",
35864 kwd->u.value);