Searched refs:MightBeForRangeStmt (Results 1 – 1 of 1) sorted by relevance
2021 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local2022 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()2028 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()2117 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local2118 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()2122 /*MissingOK=*/true, MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()