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.cpp1991 bool MightBeForRangeStmt = getLangOpts().CPlusPlus || getLangOpts().ObjC; in ParseForStatement() local
1992 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1996 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
2087 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
2088 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
2094 /*MissingOK=*/true, MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()