Home
last modified time | relevance | path

Searched defs:ConditionDeclarationOrInitStatementState (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp384 struct Parser::ConditionDeclarationOrInitStatementState { struct in Parser
385 Parser &P;
386 bool CanBeExpression = true;
387 bool CanBeCondition = true;
388 bool CanBeInitStatement;
389 bool CanBeForRangeDecl;
391 ConditionDeclarationOrInitStatementState(Parser &P, bool CanBeInitStatement, in ConditionDeclarationOrInitStatementState() argument
396 bool resolved() { in resolved()
401 void markNotExpression() { in markNotExpression()
443 bool markNotCondition() { in markNotCondition()
[all …]