Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp347 bool CanBeInitStatement; member
352 : P(P), CanBeInitStatement(CanBeInitStatement), in ConditionDeclarationOrInitStatementState()
356 return CanBeExpression + CanBeCondition + CanBeInitStatement + in resolved()
382 CanBeCondition = CanBeInitStatement = false; in markNotExpression()
398 CanBeInitStatement = false; in markNotExpression()
419 CanBeCondition = CanBeInitStatement = CanBeForRangeDecl = false; in update()
424 CanBeExpression = CanBeCondition = CanBeInitStatement = in update()
432 assert(CanBeExpression + CanBeCondition + CanBeInitStatement + in result()
439 if (CanBeInitStatement) in result()
465 Parser::isCXXConditionDeclarationOrInitStatement(bool CanBeInitStatement, in isCXXConditionDeclarationOrInitStatement() argument
[all …]