Searched refs:MightBeForRangeStmt (Results 1 – 1 of 1) sorted by relevance
1662 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local1663 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()1668 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()1748 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local1749 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()1752 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()