Lines Matching full:parsing
1 //===--- ParseCXXInlineMethods.cpp - C++ class inline methods parsing------===//
10 // This file implements parsing for C++ class inline methods.
23 /// and store its tokens for parsing after the C++ class is complete.
107 // In delayed template parsing mode, if we are within a class template
109 // the tokens and store them for parsing at the end of the translation unit.
136 // Consume the tokens and store them for later parsing.
182 /// declaration. Now lex its initializer and store its tokens for parsing
257 /// ParseLexedMethodDeclarations - We finished parsing the member
259 /// stack of method declarations with some parts for which parsing was
428 /// ParseLexedMethodDefs - We finished parsing the member specification of a top
430 /// collected during its parsing and parse them all.
466 // Parse the method body. Function body parsing code is similar enough
499 // Due to parsing error, we either went over the cached tokens or
511 /// ParseLexedMemberInitializers - We finished parsing the member specification
513 /// initializers that were collected during its parsing and parse them all.