Home
last modified time | relevance | path

Searched refs:C99orCXX (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp953 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus; in ParseIfStatement() local
967 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()
996 C99orCXX && Tok.isNot(tok::l_brace)); in ParseIfStatement()
1029 C99orCXX && Tok.isNot(tok::l_brace)); in ParseIfStatement()
1079 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus; in ParseSwitchStatement() local
1094 if (C99orCXX) in ParseSwitchStatement()
1132 C99orCXX && Tok.isNot(tok::l_brace)); in ParseSwitchStatement()
1168 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus; in ParseWhileStatement() local
1183 if (C99orCXX) in ParseWhileStatement()
1210 C99orCXX && Tok.isNot(tok::l_brace)); in ParseWhileStatement()