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
116 // We need tentative parsing...
122 // In case of an error, let the declaration parsing code handle it.
213 // context of parsing for-init-statement of a foreach statement only. But,
230 /// If during the disambiguation process a parsing error is encountered,
231 /// the function returns true to let the declaration parsing code handle it.
251 // We need tentative parsing...
269 // In case of an error, let the declaration parsing code handle it.
293 /// The context parameter states what context we're parsing right
302 /// process a parsing error is encountered, the function returns
303 /// true to let the declaration parsing code handle it.
328 // We need tentative parsing...
347 // In case of an error, let the declaration parsing code handle it.
419 // No tentative parsing if we don't need to look for ']]' or a lambda.
828 /// if a parsing error was found and reported.
1240 /// a constructor-style initializer, when parsing declaration statements.
1243 /// If during the disambiguation process a parsing error is encountered,
1244 /// the function returns true to let the declaration parsing code handle it.
1270 // In case of an error, let the declaration parsing code handle it.
1375 /// parsing as a function declarator.