Home | History | Annotate | Download | only in Parse

Lines Matching full:cplusplus

208     if ((getLangOpts().CPlusPlus || !OnlyStatement) && isDeclarationStatement()) {
556 if (!getLangOpts().CPlusPlus || Tok.is(tok::semi))
1019 if (getLangOpts().CPlusPlus)
1075 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus;
1199 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus;
1284 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus;
1366 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus;
1457 bool C99orCXXorObjC = getLangOpts().C99 || getLangOpts().CPlusPlus ||
1511 } else if (getLangOpts().CPlusPlus && Tok.is(tok::identifier) &&
1540 bool MightBeForRangeStmt = getLangOpts().CPlusPlus;
1625 if (getLangOpts().CPlusPlus)
1800 if (Tok.is(tok::l_brace) && getLangOpts().CPlusPlus) {