Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp4980 Decl *TagD = nullptr; in ParsedFreeStandingDeclSpec() local
4987 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()
4995 if (isa<TagDecl>(TagD)) in ParsedFreeStandingDeclSpec()
5034 return TagD; in ParsedFreeStandingDeclSpec()
5042 if (TagD && !Tag) in ParsedFreeStandingDeclSpec()
5130 (TagD && TagD->isInvalidDecl())) in ParsedFreeStandingDeclSpec()
5131 return TagD; in ParsedFreeStandingDeclSpec()
5155 ActOnDocumentableDecl(TagD); in ParsedFreeStandingDeclSpec()
5172 return TagD; in ParsedFreeStandingDeclSpec()
5234 return TagD; in ParsedFreeStandingDeclSpec()
[all …]
H A DSemaDeclObjC.cpp5087 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() argument
5107 RecordDecl *Record = dyn_cast<RecordDecl>(TagD); in ActOnDefs()
5122 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD)) in ActOnDefs()
H A DSemaTemplate.cpp9926 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, in ActOnExplicitInstantiation() local
9935 if (!TagD) in ActOnExplicitInstantiation()
9938 TagDecl *Tag = cast<TagDecl>(TagD); in ActOnExplicitInstantiation()
9989 return TagD; in ActOnExplicitInstantiation()
10029 return TagD; in ActOnExplicitInstantiation()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3263 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
3266 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart,
3269 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
3273 MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *TagD,