Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExpectSemi

1271   bool ExpectSemi = Context != Declarator::ForContext;
1278 if (Tok.isAtStartOfLine() && ExpectSemi && !MightBeDeclarator(Context)) {
1284 ExpectSemi = false;
1313 if (ExpectSemi &&