Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp368 struct Parser::ConditionDeclarationOrInitStatementState { struct in Parser
369 Parser &P;
370 bool CanBeExpression = true;
371 bool CanBeCondition = true;
372 bool CanBeInitStatement;
373 bool CanBeForRangeDecl;
375 ConditionDeclarationOrInitStatementState(Parser &P, bool CanBeInitStatement, in ConditionDeclarationOrInitStatementState() function
380 bool resolved() { in resolved()
385 void markNotExpression() { in markNotExpression()
427 bool markNotCondition() { in markNotCondition()
[all …]