Home | History | Annotate | Download | only in Parse

Lines Matching refs:getLangOpts

161     if (getLangOpts().ObjC1 && Tok.is(tok::less))
280 if (getLangOpts().ObjC1 && Tok.is(tok::less))
298 else if (getLangOpts().CPlusPlus11 && Tok.is(tok::l_brace))
357 if (getLangOpts().ObjC1 && Tok.is(tok::less))
382 (getLangOpts().CPlusPlus11 && Tok.is(tok::greatergreater)))) {
439 if (!Disambiguate && !getLangOpts().ObjC1)
448 if (!getLangOpts().ObjC1) {
978 if (!getLangOpts().ObjC1 && Next.is(tok::identifier))
1210 if (getLangOpts().ObjC1 && NextToken().is(tok::less)) {
1227 if (getLangOpts().CPlusPlus11 && isFollowedByBrace)
1259 if (getLangOpts().CPlusPlus11 && NextToken().is(tok::l_brace))
1286 if (getLangOpts().CPlusPlus11 && isFollowedByBrace)
1360 if (getLangOpts().ObjC1 && Tok.is(tok::less))