Searched refs:MightBeForRangeStmt (Results 1 – 1 of 1) sorted by relevance
1872 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local1873 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()1878 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()1965 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local1966 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()1969 MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()