Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h998 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct
999 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() function
1005 Parser* Self;
1008 Decl *Method;
1013 bool TemplateScope;
1020 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs;
1024 CachedTokens *ExceptionSpecTokens;