Home
last modified time | relevance | path

Searched defs:LateParsedMethodDeclaration (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1188 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct
1189 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() argument
1195 Parser* Self;
1198 Decl *Method;
1203 bool TemplateScope;
1210 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs;
1214 CachedTokens *ExceptionSpecTokens;