Searched refs:LateMethod (Results 1 – 1 of 1) sorted by relevance
1792 LateParsedMethodDeclaration *LateMethod = 0; in HandleMemberFunctionDeclDelays() local1797 if (LateMethod || FTI.ArgInfo[ParamIdx].DefaultArgTokens) { in HandleMemberFunctionDeclDelays()1798 if (!LateMethod) { in HandleMemberFunctionDeclDelays()1801 LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays()1802 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()1803 LateMethod->TemplateScope = getCurScope()->isTemplateParamScope(); in HandleMemberFunctionDeclDelays()1807 LateMethod->DefaultArgs.reserve(FTI.NumArgs); in HandleMemberFunctionDeclDelays()1809 LateMethod->DefaultArgs.push_back( in HandleMemberFunctionDeclDelays()1815 LateMethod->DefaultArgs.push_back( in HandleMemberFunctionDeclDelays()