Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp1821 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1822 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1827 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1915 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1916 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1919 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()