Home
last modified time | relevance | path

Searched refs:MightBeForRangeStmt (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2096 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
2097 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
2101 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
2190 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
2191 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
2197 /*MissingOK=*/true, MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()