Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseTentative.cpp337 bool CanBeInitStatement; member
339 ConditionDeclarationOrInitStatementState(Parser &P, bool CanBeInitStatement) in ConditionDeclarationOrInitStatementState()
340 : P(P), CanBeInitStatement(CanBeInitStatement) {} in ConditionDeclarationOrInitStatementState()
345 if (CanBeCondition && CanBeInitStatement) { in markNotExpression()
355 CanBeInitStatement = false; in markNotExpression()
361 return !CanBeInitStatement || !CanBeExpression; in markNotCondition()
370 CanBeCondition = CanBeInitStatement = false; in update()
375 CanBeExpression = CanBeCondition = CanBeInitStatement = false; in update()
382 assert(CanBeExpression + CanBeCondition + CanBeInitStatement < 2 && in result()
388 if (CanBeInitStatement) in result()
[all …]