Lines Matching refs:EatIfPresent
338 if (EatIfPresent(lltok::rsquare))
344 } while (EatIfPresent(lltok::comma));
562 } while (EatIfPresent(lltok::comma));
871 if (EatIfPresent(lltok::equal) &&
1115 if (!EatIfPresent(lltok::kw_thread_local))
1132 if (!EatIfPresent(lltok::kw_addrspace))
1428 } while (EatIfPresent(lltok::comma));
1437 if (!EatIfPresent(lltok::kw_align))
1457 while (EatIfPresent(lltok::comma)) {
1484 if (EatIfPresent(lltok::kw_singlethread))
1504 if (!EatIfPresent(lltok::kw_alignstack))
1507 if (!EatIfPresent(lltok::lparen))
1512 if (!EatIfPresent(lltok::rparen))
1535 while (EatIfPresent(lltok::comma)) {
1748 while (EatIfPresent(lltok::comma)) {
1750 if (EatIfPresent(lltok::dotdotdot)) {
1832 if (EatIfPresent(lltok::kw_opaque)) {
1844 bool isPacked = EatIfPresent(lltok::less);
1890 if (EatIfPresent(lltok::rbrace))
1901 while (EatIfPresent(lltok::comma)) {
2282 bool isPackedStruct = EatIfPresent(lltok::lbrace);
2536 if (EatIfPresent(lltok::kw_nuw))
2538 if (EatIfPresent(lltok::kw_nsw)) {
2540 if (EatIfPresent(lltok::kw_nuw))
2545 if (EatIfPresent(lltok::kw_exact))
2630 InBounds = EatIfPresent(lltok::kw_inbounds);
2718 while (EatIfPresent(lltok::comma)) {
3007 (EatIfPresent(lltok::kw_section) &&
3010 (EatIfPresent(lltok::kw_gc) &&
3202 if (EatIfPresent(lltok::comma))
3253 bool NUW = EatIfPresent(lltok::kw_nuw);
3254 bool NSW = EatIfPresent(lltok::kw_nsw);
3255 if (!NUW) NUW = EatIfPresent(lltok::kw_nuw);
3281 bool Exact = EatIfPresent(lltok::kw_exact);
3505 while (EatIfPresent(lltok::comma)) {
3856 if (!EatIfPresent(lltok::comma))
3898 LP->setCleanup(EatIfPresent(lltok::kw_cleanup));
3902 if (EatIfPresent(lltok::kw_catch))
3904 else if (EatIfPresent(lltok::kw_filter))
4045 if (EatIfPresent(lltok::comma)) {
4160 if (EatIfPresent(lltok::kw_volatile))
4204 if (EatIfPresent(lltok::kw_volatile))
4273 bool InBounds = EatIfPresent(lltok::kw_inbounds);
4284 while (EatIfPresent(lltok::comma)) {
4371 if (EatIfPresent(lltok::kw_null)) {
4379 } while (EatIfPresent(lltok::comma));