Searched refs:MightBeForRangeStmt (Results 1 – 1 of 1) sorted by relevance
2096 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local2097 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()2101 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()2190 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local2191 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()2197 /*MissingOK=*/true, MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()