Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp2021 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
2022 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
2028 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
2117 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
2118 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
2122 /*MissingOK=*/true, MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()