Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp241 RecordDecl *AnonRecord = nullptr; in ParseDeclarationAfterTemplate() local
247 AnonRecord); in ParseDeclarationAfterTemplate()
249 assert(!AnonRecord && in ParseDeclarationAfterTemplate()
H A DParser.cpp1191 RecordDecl *AnonRecord = nullptr; in ParseDeclOrFunctionDefInternal() local
1193 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseDeclOrFunctionDefInternal()
1196 if (AnonRecord) { in ParseDeclOrFunctionDefInternal()
1197 Decl* decls[] = {AnonRecord, TheDecl}; in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2117 RecordDecl *AnonRecord = nullptr; in ParseSimpleDeclaration() local
2119 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseSimpleDeclaration()
2122 if (AnonRecord) { in ParseSimpleDeclaration()
2123 Decl* decls[] = {AnonRecord, TheDecl}; in ParseSimpleDeclaration()
4930 RecordDecl *AnonRecord = nullptr; in ParseStructDeclaration() local
4932 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseStructDeclaration()
4933 assert(!AnonRecord && "Did not expect anonymous struct or union here"); in ParseStructDeclaration()
H A DParseDeclCXX.cpp3037 RecordDecl *AnonRecord = nullptr; in ParseCXXClassMemberDeclaration() local
3039 getCurScope(), AS, DS, DeclAttrs, TemplateParams, false, AnonRecord); in ParseCXXClassMemberDeclaration()
3042 if (AnonRecord) { in ParseCXXClassMemberDeclaration()
3043 Decl *decls[] = {AnonRecord, TheDecl}; in ParseCXXClassMemberDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4779 RecordDecl *&AnonRecord) { in ParsedFreeStandingDeclSpec() argument
4781 S, AS, DS, DeclAttrs, MultiTemplateParamsArg(), false, AnonRecord); in ParsedFreeStandingDeclSpec()
5003 RecordDecl *&AnonRecord) { in ParsedFreeStandingDeclSpec() argument
5090 AnonRecord = Record; in ParsedFreeStandingDeclSpec()
5334 RecordDecl *AnonRecord, AccessSpecifier AS, in InjectAnonymousStructOrUnionMembers() argument
5340 for (auto *D : AnonRecord->decls()) { in InjectAnonymousStructOrUnionMembers()
5345 VD->getLocation(), AnonRecord->isUnion(), in InjectAnonymousStructOrUnionMembers()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3793 RecordDecl *&AnonRecord);
3802 RecordDecl *&AnonRecord);