Searched refs:LateMethod (Results 1 – 1 of 1) sorted by relevance
2335 auto LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays() local2336 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()2341 LateMethod->DefaultArgs.reserve(FTI.NumParams); in HandleMemberFunctionDeclDelays()2343 LateMethod->DefaultArgs.push_back(LateParsedDefaultArgument( in HandleMemberFunctionDeclDelays()2349 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays()