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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp229 RecordDecl *AnonRecord = nullptr;
235 AnonRecord);
236 assert(!AnonRecord &&
H A DParser.cpp1043 RecordDecl *AnonRecord = nullptr; local
1045 DS, AnonRecord);
1049 if (AnonRecord) {
1050 Decl* decls[] = {AnonRecord, TheDecl};
H A DParseDeclCXX.cpp2637 RecordDecl *AnonRecord = nullptr; local
2639 getCurScope(), AS, DS, TemplateParams, false, AnonRecord);
2641 if (AnonRecord) {
2642 Decl* decls[] = {AnonRecord, TheDecl};
H A DParseDecl.cpp1685 RecordDecl *AnonRecord = nullptr; local
1687 DS, AnonRecord);
1689 if (AnonRecord) {
1690 Decl* decls[] = {AnonRecord, TheDecl};
4048 RecordDecl *AnonRecord = nullptr; local
4050 DS, AnonRecord);
4051 assert(!AnonRecord && "Did not expect anonymous struct or union here");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4333 RecordDecl *&AnonRecord) {
4335 AnonRecord);
4552 RecordDecl *&AnonRecord) {
4656 AnonRecord = Record;
4833 /// anonymous struct or union AnonRecord into the owning context Owner
4850 RecordDecl *AnonRecord, AccessSpecifier AS,
4855 for (auto *D : AnonRecord->decls()) {
4861 AnonRecord->isUnion())) {
4332 ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, DeclSpec &DS, RecordDecl *&AnonRecord) argument
4549 ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, DeclSpec &DS, MultiTemplateParamsArg TemplateParams, bool IsExplicitInstantiation, RecordDecl *&AnonRecord) argument
4849 InjectAnonymousStructOrUnionMembers(Sema &SemaRef, Scope *S, DeclContext *Owner, RecordDecl *AnonRecord, AccessSpecifier AS, SmallVectorImpl<NamedDecl *> &Chaining) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2681 RecordDecl *&AnonRecord);
2685 RecordDecl *&AnonRecord);

Completed in 188 milliseconds