Searched defs:LateParsedMethodDeclaration (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/clang/include/clang/Parse/ |
H A D | Parser.h | 1021 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct 1022 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() function 1028 Parser* Self; 1031 Decl *Method; 1036 bool TemplateScope; 1043 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; 1047 CachedTokens *ExceptionSpecTokens;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/ |
D | Parser.h | 1419 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct 1420 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() argument 1425 Parser *Self; 1428 Decl *Method; 1435 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; 1439 CachedTokens *ExceptionSpecTokens;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/ |
D | Parser.h | 1419 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct 1420 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() argument 1425 Parser *Self; 1428 Decl *Method; 1435 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; 1439 CachedTokens *ExceptionSpecTokens;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/ |
D | Parser.h | 1396 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct 1397 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() argument 1402 Parser *Self; 1405 Decl *Method; 1412 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; 1416 CachedTokens *ExceptionSpecTokens;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/ |
D | Parser.h | 1454 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct 1455 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() argument 1460 Parser *Self; 1463 Decl *Method; 1470 SmallVector<LateParsedDefaultArgument, 8> DefaultArgs; 1474 CachedTokens *ExceptionSpecTokens;
|