Home | History | Annotate | Download | only in Parse

Lines Matching refs:MightBeDeclarator

1479 bool Parser::MightBeDeclarator(unsigned Context) {
1756 if (Tok.isAtStartOfLine() && ExpectSemi && !MightBeDeclarator(Context)) {
2449 bool MightBeDeclarator = true;
2452 MightBeDeclarator = false;
2459 MightBeDeclarator = false;
2469 MightBeDeclarator = false;
2494 MightBeDeclarator = false;
2507 if (MightBeDeclarator)
4683 /// made to TryParseDeclarator and MightBeDeclarator, and possibly to