Home
last modified time | relevance | path

Searched refs:TagD (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4637 Decl *TagD = nullptr; in ParsedFreeStandingDeclSpec() local
4644 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()
4652 if (isa<TagDecl>(TagD)) in ParsedFreeStandingDeclSpec()
4691 return TagD; in ParsedFreeStandingDeclSpec()
4699 if (TagD && !Tag) in ParsedFreeStandingDeclSpec()
4787 (TagD && TagD->isInvalidDecl())) in ParsedFreeStandingDeclSpec()
4788 return TagD; in ParsedFreeStandingDeclSpec()
4812 ActOnDocumentableDecl(TagD); in ParsedFreeStandingDeclSpec()
4829 return TagD; in ParsedFreeStandingDeclSpec()
4888 return TagD; in ParsedFreeStandingDeclSpec()
[all …]
H A DSemaDeclObjC.cpp5079 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() argument
5099 RecordDecl *Record = dyn_cast<RecordDecl>(TagD); in ActOnDefs()
5114 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD)) in ActOnDefs()
H A DSemaTemplate.cpp9824 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, in ActOnExplicitInstantiation() local
9833 if (!TagD) in ActOnExplicitInstantiation()
9836 TagDecl *Tag = cast<TagDecl>(TagD); in ActOnExplicitInstantiation()
9887 return TagD; in ActOnExplicitInstantiation()
9927 return TagD; in ActOnExplicitInstantiation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3057 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
3060 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart,
3063 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
3067 MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *TagD,