Searched refs:MightBeForRangeStmt (Results 1 – 1 of 1) sorted by relevance
1991 bool MightBeForRangeStmt = getLangOpts().CPlusPlus || getLangOpts().ObjC; in ParseForStatement() local1992 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()1996 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()2087 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local2088 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()2094 /*MissingOK=*/true, MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()