Searched refs:MightBeForRangeStmt (Results 1 – 1 of 1) sorted by relevance
1877 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local1878 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()1883 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()1970 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local1971 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()1974 MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()