Searched refs:MightBeForRangeStmt (Results 1 – 1 of 1) sorted by relevance
1608 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local1609 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()1614 MightBeForRangeStmt ? &ForRangeInit : nullptr); in ParseForStatement()