Home | History | Annotate | Download | only in Lex

Lines Matching refs:CPlusPlus

280   if (!Features.CPlusPlus && !Features.C99 && Diags)
739 : PP.getLangOpts().CPlusPlus
1417 unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509;
1423 << (Features.CPlusPlus ? 2 : Features.C99 ? 1 : 0)