Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1872 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1873 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1878 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1965 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1966 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1969 MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()