Searched defs:LateParsedMethodDeclaration (Results 1 – 2 of 2) sorted by relevance
1021 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct1022 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() argument1028 Parser* Self;1031 Decl *Method;1036 bool TemplateScope;1043 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs;1047 CachedTokens *ExceptionSpecTokens;
1359 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct1360 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() function1365 Parser *Self;1368 Decl *Method;1375 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs;1379 CachedTokens *ExceptionSpecTokens;