Searched refs:MightBeForRangeStmt (Results 1 – 1 of 1) sorted by relevance
2111 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local2112 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()2116 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()2207 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local2208 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()2214 /*MissingOK=*/true, MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()