Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp327 struct Parser::ConditionDeclarationOrInitStatementState { struct in Parser
328 Parser &P;
329 bool CanBeExpression = true;
330 bool CanBeCondition = true;
331 bool CanBeInitStatement;
332 bool CanBeForRangeDecl;
334 ConditionDeclarationOrInitStatementState(Parser &P, bool CanBeInitStatement, in ConditionDeclarationOrInitStatementState() function
339 bool resolved() { in resolved()
344 void markNotExpression() { in markNotExpression()
386 bool markNotCondition() { in markNotCondition()
[all …]