Searched defs:LateMethod (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1985 auto LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); local
1986 getCurrentClass().LateParsedDeclarations.push_back(LateMethod);
1987 LateMethod->TemplateScope = getCurScope()->isTemplateParamScope();
1990 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens;
1995 LateMethod->DefaultArgs.reserve(FTI.NumParams);
1997 LateMethod->DefaultArgs.push_back(LateParsedDefaultArgument(

Completed in 349 milliseconds