Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1877 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1878 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1883 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1970 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1971 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1974 MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()