Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2111 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
2112 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
2116 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
2207 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
2208 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
2214 /*MissingOK=*/true, MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()