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