Home | History | Annotate | Download | only in Parse

Lines Matching full:parsing

1 //===--- ParseCXXInlineMethods.cpp - C++ class inline methods parsing------===//
10 // This file implements parsing for C++ class inline methods.
31 /// and store its tokens for parsing after the C++ class is complete.
114 // In delayed template parsing mode, if we are within a class template
116 // the tokens and store them for parsing at the end of the translation unit.
140 // Consume the tokens and store them for later parsing.
182 // after parsing the member.
198 /// declaration. Now lex its initializer and store its tokens for parsing
273 /// ParseLexedMethodDeclarations - We finished parsing the member
275 /// stack of method declarations with some parts for which parsing was
379 /// ParseLexedMethodDefs - We finished parsing the member specification of a top
381 /// collected during its parsing and parse them all.
421 parsing code is similar enough
464 // Due to parsing error, we either went over the cached tokens or
476 /// ParseLexedMemberInitializers - We finished parsing the member specification
478 /// initializers that were collected during its parsing and parse them all.