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.cpp300 bool CanBeInitStatement; member
303 ConditionDeclarationOrInitStatementState(Parser &P, bool CanBeInitStatement, in ConditionDeclarationOrInitStatementState()
305 : P(P), CanBeInitStatement(CanBeInitStatement), in ConditionDeclarationOrInitStatementState()
309 return CanBeExpression + CanBeCondition + CanBeInitStatement + in resolved()
335 CanBeCondition = CanBeInitStatement = false; in markNotExpression()
351 CanBeInitStatement = false; in markNotExpression()
372 CanBeCondition = CanBeInitStatement = CanBeForRangeDecl = false; in update()
377 CanBeExpression = CanBeCondition = CanBeInitStatement = in update()
385 assert(CanBeExpression + CanBeCondition + CanBeInitStatement + in result()
392 if (CanBeInitStatement) in result()
[all …]