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.cpp296 struct Parser::ConditionDeclarationOrInitStatementState { struct in Parser
297 Parser &P;
298 bool CanBeExpression = true;
299 bool CanBeCondition = true;
300 bool CanBeInitStatement;
301 bool CanBeForRangeDecl;
303 ConditionDeclarationOrInitStatementState(Parser &P, bool CanBeInitStatement, in ConditionDeclarationOrInitStatementState() argument
308 bool resolved() { in resolved()
313 void markNotExpression() { in markNotExpression()
355 bool markNotCondition() { in markNotCondition()
[all …]