Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp388 bool CanBeInitStatement; member
391 ConditionDeclarationOrInitStatementState(Parser &P, bool CanBeInitStatement, in ConditionDeclarationOrInitStatementState()
393 : P(P), CanBeInitStatement(CanBeInitStatement), in ConditionDeclarationOrInitStatementState()
397 return CanBeExpression + CanBeCondition + CanBeInitStatement + in resolved()
423 CanBeCondition = CanBeInitStatement = false; in markNotExpression()
439 CanBeInitStatement = false; in markNotExpression()
460 CanBeCondition = CanBeInitStatement = CanBeForRangeDecl = false; in update()
465 CanBeExpression = CanBeCondition = CanBeInitStatement = in update()
473 assert(CanBeExpression + CanBeCondition + CanBeInitStatement + in result()
480 if (CanBeInitStatement) in result()
[all …]