Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
481 Parser::isCXXConditionDeclarationOrInitStatement(bool CanBeInitStatement, in isCXXConditionDeclarationOrInitStatement() argument
[all …]