Home | History | Annotate | Download | only in Parse

Lines Matching refs:getLangOpts

161     if (getLangOpts().ObjC1 && Tok.is(tok::less))
294 if (getLangOpts().ObjC1 && Tok.is(tok::less))
312 else if (getLangOpts().CPlusPlus11 && Tok.is(tok::l_brace))
371 if (getLangOpts().ObjC1 && Tok.is(tok::less))
396 (getLangOpts().CPlusPlus11 && Tok.is(tok::greatergreater)))) {
453 if (!Disambiguate && !getLangOpts().ObjC1)
462 if (!getLangOpts().ObjC1) {
996 if (!getLangOpts().ObjC1 && Next.is(tok::identifier))
1233 if (getLangOpts().ObjC1 && NextToken().is(tok::less)) {
1250 if (getLangOpts().CPlusPlus11 && isFollowedByBrace)
1282 if (getLangOpts().CPlusPlus11 && NextToken().is(tok::l_brace))
1309 if (getLangOpts().CPlusPlus11 && isFollowedByBrace)
1383 if (getLangOpts().ObjC1 && Tok.is(tok::less))