Searched refs:LateMethod (Results 1 – 1 of 1) sorted by relevance
1814 LateParsedMethodDeclaration *LateMethod = nullptr; in HandleMemberFunctionDeclDelays() local1819 if (LateMethod || FTI.Params[ParamIdx].DefaultArgTokens) { in HandleMemberFunctionDeclDelays()1820 if (!LateMethod) { in HandleMemberFunctionDeclDelays()1823 LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays()1824 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()1825 LateMethod->TemplateScope = getCurScope()->isTemplateParamScope(); in HandleMemberFunctionDeclDelays()1829 LateMethod->DefaultArgs.reserve(FTI.NumParams); in HandleMemberFunctionDeclDelays()1831 LateMethod->DefaultArgs.push_back( in HandleMemberFunctionDeclDelays()1837 LateMethod->DefaultArgs.push_back(LateParsedDefaultArgument( in HandleMemberFunctionDeclDelays()