Home
last modified time | relevance | path

Searched refs:AnonRecord (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/clang/lib/Parse/
H A DParseTemplate.cpp214 RecordDecl *AnonRecord = nullptr; in ParseSingleDeclarationAfterTemplate() local
220 AnonRecord); in ParseSingleDeclarationAfterTemplate()
221 assert(!AnonRecord && in ParseSingleDeclarationAfterTemplate()
H A DParser.cpp890 RecordDecl *AnonRecord = nullptr; in ParseDeclOrFunctionDefInternal() local
892 DS, AnonRecord); in ParseDeclOrFunctionDefInternal()
894 if (AnonRecord) { in ParseDeclOrFunctionDefInternal()
895 Decl* decls[] = {AnonRecord, TheDecl}; in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp1564 RecordDecl *AnonRecord = nullptr; in ParseSimpleDeclaration() local
1566 DS, AnonRecord); in ParseSimpleDeclaration()
1568 if (AnonRecord) { in ParseSimpleDeclaration()
1569 Decl* decls[] = {AnonRecord, TheDecl}; in ParseSimpleDeclaration()
3602 RecordDecl *AnonRecord = nullptr; in ParseStructDeclaration() local
3604 DS, AnonRecord); in ParseStructDeclaration()
3605 assert(!AnonRecord && "Did not expect anonymous struct or union here"); in ParseStructDeclaration()
H A DParseDeclCXX.cpp2420 RecordDecl *AnonRecord = nullptr; in ParseCXXClassMemberDeclaration() local
2422 getCurScope(), AS, DS, TemplateParams, false, AnonRecord); in ParseCXXClassMemberDeclaration()
2424 if (AnonRecord) { in ParseCXXClassMemberDeclaration()
2425 Decl* decls[] = {AnonRecord, TheDecl}; in ParseCXXClassMemberDeclaration()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDecl.cpp3715 RecordDecl *&AnonRecord) { in ParsedFreeStandingDeclSpec() argument
3717 AnonRecord); in ParsedFreeStandingDeclSpec()
3827 RecordDecl *&AnonRecord) { in ParsedFreeStandingDeclSpec() argument
3935 AnonRecord = Record; in ParsedFreeStandingDeclSpec()
4130 RecordDecl *AnonRecord, AccessSpecifier AS, in InjectAnonymousStructOrUnionMembers() argument
4135 for (auto *D : AnonRecord->decls()) { in InjectAnonymousStructOrUnionMembers()
4141 AnonRecord->isUnion())) { in InjectAnonymousStructOrUnionMembers()
/aosp_15_r20/external/clang/include/clang/Sema/
H A DSema.h1924 RecordDecl *&AnonRecord);
1928 RecordDecl *&AnonRecord);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DSema.h3139 RecordDecl *&AnonRecord);
3144 RecordDecl *&AnonRecord);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DSema.h3316 RecordDecl *&AnonRecord);
3321 RecordDecl *&AnonRecord);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DSema.h3274 RecordDecl *&AnonRecord);
3279 RecordDecl *&AnonRecord);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DSema.h3274 RecordDecl *&AnonRecord);
3279 RecordDecl *&AnonRecord);