Lines Matching full:parsing
1 //===--- ParseTentative.cpp - Ambiguity Resolution Parsing ----------------===//
10 // This file implements the tentative parsing portions of the Parser
21 /// between a declaration or an expression statement, when parsing function
71 /// If during the disambiguation process a parsing error is encountered,
72 /// the function returns true to let the declaration parsing code handle it.
97 // is a type-name. Disambiguation precedes parsing, and a statement
127 // parsing...
133 // In case of an error, let the declaration parsing code handle it.
318 // context of parsing for-init-statement of a foreach statement only. But,
334 /// If during the disambiguation process a parsing error is encountered,
335 /// the function returns true to let the declaration parsing code handle it.
355 // We need tentative parsing...
366 // In case of an error, let the declaration parsing code handle it.
389 /// The context parameter states what context we're parsing right
398 /// process a parsing error is encountered, the function returns
399 /// true to let the declaration parsing code handle it.
424 // We need tentative parsing...
435 // In case of an error, let the declaration parsing code handle it.
507 // No tentative parsing if we don't need to look for ']]' or a lambda.
1030 /// if a parsing error was found and reported.
1577 /// a constructor-style initializer, when parsing declaration statements.
1580 /// If during the disambiguation process a parsing error is encountered,
1581 /// the function returns true to let the declaration parsing code handle it.
1626 // In case of an error, let the declaration parsing code handle it.
1758 /// parsing as a function declarator.