Home | History | Annotate | Download | only in Parse

Lines Matching refs:CPlusPlus

185     if ((getLangOpts().CPlusPlus || !OnlyStatement) && isDeclarationStatement()) {
917 if (getLangOpts().CPlusPlus)
973 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus;
1099 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus;
1188 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus;
1272 (getLangOpts().C99 || getLangOpts().CPlusPlus) &&
1346 bool C99orCXXorObjC = getLangOpts().C99 || getLangOpts().CPlusPlus ||
1409 bool MightBeForRangeStmt = getLangOpts().CPlusPlus;
1493 if (getLangOpts().CPlusPlus)
1661 if (Tok.is(tok::l_brace) && getLangOpts().CPlusPlus) {
1845 if (getLangOpts().CPlusPlus) {