Searched refs:C99orCXX (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1471 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus; in ParseIfStatement() local 1485 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement() 1525 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, IsBracedThen); in ParseIfStatement() 1576 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, in ParseIfStatement() 1668 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus; in ParseSwitchStatement() local 1683 if (C99orCXX) in ParseSwitchStatement() 1724 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() 1728 if (C99orCXX) in ParseSwitchStatement() 1756 bool C99orCXX = getLangOpts().C99 || getLangOpts().CPlusPlus; in ParseWhileStatement() local 1771 if (C99orCXX) in ParseWhileStatement() [all …]
|