Searched defs:AnonRecord (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 241 RecordDecl *AnonRecord = nullptr; in ParseDeclarationAfterTemplate() local
|
H A D | Parser.cpp | 1191 if (AnonRecord) { in ParseDeclOrFunctionDefInternal() local
|
H A D | ParseDecl.cpp | 2109 RecordDecl *AnonRecord = nullptr; ParseSimpleDeclaration() local 4923 RecordDecl *AnonRecord = nullptr; ParseStructDeclaration() local
|
H A D | ParseDeclCXX.cpp | 3037 RecordDecl *AnonRecord = nullptr; ParseCXXClassMemberDeclaration() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 4759 ParsedFreeStandingDeclSpec(Scope * S,AccessSpecifier AS,DeclSpec & DS,const ParsedAttributesView & DeclAttrs,RecordDecl * & AnonRecord) ParsedFreeStandingDeclSpec() argument 4983 ParsedFreeStandingDeclSpec(Scope * S,AccessSpecifier AS,DeclSpec & DS,const ParsedAttributesView & DeclAttrs,MultiTemplateParamsArg TemplateParams,bool IsExplicitInstantiation,RecordDecl * & AnonRecord) ParsedFreeStandingDeclSpec() argument 5314 InjectAnonymousStructOrUnionMembers(Sema & SemaRef,Scope * S,DeclContext * Owner,RecordDecl * AnonRecord,AccessSpecifier AS,StorageClass SC,SmallVectorImpl<NamedDecl * > & Chaining) InjectAnonymousStructOrUnionMembers() argument
|