Searched refs:TagD (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 4980 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 D | SemaDeclObjC.cpp | 5087 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 D | SemaTemplate.cpp | 9926 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 D | Sema.h | 3263 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,
|