Home
last modified time | relevance | path

Searched defs:AnonRecord (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp241 RecordDecl *AnonRecord = nullptr; in ParseDeclarationAfterTemplate() local
H A DParser.cpp1191 if (AnonRecord) { in ParseDeclOrFunctionDefInternal() local
H A DParseDecl.cpp2109 RecordDecl *AnonRecord = nullptr; ParseSimpleDeclaration() local
4923 RecordDecl *AnonRecord = nullptr; ParseStructDeclaration() local
H A DParseDeclCXX.cpp3037 RecordDecl *AnonRecord = nullptr; ParseCXXClassMemberDeclaration() local
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4759 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