Searched refs:MightBeForRangeStmt (Results 1 – 1 of 1) sorted by relevance
1821 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local1822 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()1827 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()1915 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local1916 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()1919 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()