Home | History | Annotate | Download | only in Parse

Lines Matching full:parsing

202         // If the next token is '::', jump right into parsing a
353 // Recover parsing as a case statement.
520 // Parsing this naively works, but is both inefficient and can cause us to run
532 // far. When parsing 'case 4', this is the 'case 3' node.
548 /// Disable this form of error recovery while we're parsing the case
594 // If we had a sema error parsing this case, then just ignore it and
595 // continue parsing the sub-stmt.
616 // If we found a non-case statement, start by parsing it.
891 // continue parsing the if statement.
1080 // FIXME: This is not optimal recovery, but parsing the body is more
1469 // statememt before parsing the body, in order to be able to deduce the type
1941 // Eat the comma and continue parsing if it exists.
1957 "parsing function body");
1985 "parsing function try block");
2017 // We're in code-completion mode. Skip parsing for all function bodies unless
2172 // Handle dependent statements by parsing the braces as a compound statement.