Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h1021 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct
1022 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() argument
1028 Parser* Self;
1031 Decl *Method;
1036 bool TemplateScope;
1043 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs;
1047 CachedTokens *ExceptionSpecTokens;
/external/llvm-project/clang/include/clang/Parse/
DParser.h1359 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct
1360 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() argument
1365 Parser *Self;
1368 Decl *Method;
1375 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs;
1379 CachedTokens *ExceptionSpecTokens;