Searched defs:AnonRecord (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 244 RecordDecl *AnonRecord = nullptr; ParseSingleDeclarationAfterTemplate() local
|
H A D | Parser.cpp | 1186 RecordDecl *AnonRecord = nullptr; ParseDeclOrFunctionDefInternal() local
|
H A D | ParseDecl.cpp | 2012 RecordDecl *AnonRecord = nullptr; ParseSimpleDeclaration() local 4630 RecordDecl *AnonRecord = nullptr; ParseStructDeclaration() local
|
H A D | ParseDeclCXX.cpp | 2872 RecordDecl *AnonRecord = nullptr; ParseCXXClassMemberDeclaration() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 4915 ParsedFreeStandingDeclSpec(Scope * S,AccessSpecifier AS,DeclSpec & DS,const ParsedAttributesView & DeclAttrs,RecordDecl * & AnonRecord) ParsedFreeStandingDeclSpec() argument 5141 ParsedFreeStandingDeclSpec(Scope * S,AccessSpecifier AS,DeclSpec & DS,const ParsedAttributesView & DeclAttrs,MultiTemplateParamsArg TemplateParams,bool IsExplicitInstantiation,RecordDecl * & AnonRecord) ParsedFreeStandingDeclSpec() argument 5493 InjectAnonymousStructOrUnionMembers(Sema & SemaRef,Scope * S,DeclContext * Owner,RecordDecl * AnonRecord,AccessSpecifier AS,StorageClass SC,SmallVectorImpl<NamedDecl * > & Chaining) InjectAnonymousStructOrUnionMembers() argument
|