Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseTentative.cpp331 bool CanBeInitStatement; member
336 : P(P), CanBeInitStatement(CanBeInitStatement), in ConditionDeclarationOrInitStatementState()
340 return CanBeExpression + CanBeCondition + CanBeInitStatement + in resolved()
366 CanBeCondition = CanBeInitStatement = false; in markNotExpression()
382 CanBeInitStatement = false; in markNotExpression()
403 CanBeCondition = CanBeInitStatement = CanBeForRangeDecl = false; in update()
408 CanBeExpression = CanBeCondition = CanBeInitStatement = in update()
416 assert(CanBeExpression + CanBeCondition + CanBeInitStatement + in result()
423 if (CanBeInitStatement) in result()
486 if (CanBeInitStatement && Tok.is(tok::kw_using)) in isCXXConditionDeclarationOrInitStatement()
[all …]