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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp344 bool CanBeInitStatement; member in struct:Parser::ConditionDeclarationOrInitStatementState
347 ConditionDeclarationOrInitStatementState(Parser &P, bool CanBeInitStatement, argument
349 : P(P), CanBeInitStatement(CanBeInitStatement),
353 return CanBeExpression + CanBeCondition + CanBeInitStatement +
379 CanBeCondition = CanBeInitStatement = false;
395 CanBeInitStatement = false;
416 CanBeCondition = CanBeInitStatement = CanBeForRangeDecl = false;
421 CanBeExpression = CanBeCondition = CanBeInitStatement =
429 assert(CanBeExpression + CanBeCondition + CanBeInitStatement
462 isCXXConditionDeclarationOrInitStatement(bool CanBeInitStatement, bool CanBeForRangeDecl) argument
[all...]

Completed in 110 milliseconds