Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5142 Decl *TagD = nullptr; in ParsedFreeStandingDeclSpec() local
5149 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()
5157 if (isa<TagDecl>(TagD)) in ParsedFreeStandingDeclSpec()
5196 return TagD; in ParsedFreeStandingDeclSpec()
5204 if (TagD && !Tag) in ParsedFreeStandingDeclSpec()
5292 (TagD && TagD->isInvalidDecl())) in ParsedFreeStandingDeclSpec()
5293 return TagD; in ParsedFreeStandingDeclSpec()
5317 ActOnDocumentableDecl(TagD); in ParsedFreeStandingDeclSpec()
5334 return TagD; in ParsedFreeStandingDeclSpec()
5405 return TagD; in ParsedFreeStandingDeclSpec()
[all …]
H A DSemaDeclObjC.cpp5099 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() argument
5119 RecordDecl *Record = dyn_cast<RecordDecl>(TagD); in ActOnDefs()
5134 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD)) in ActOnDefs()
H A DSemaTemplate.cpp10486 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, KWLoc, SS, Name, in ActOnExplicitInstantiation() local
10493 if (!TagD) in ActOnExplicitInstantiation()
10496 TagDecl *Tag = cast<TagDecl>(TagD); in ActOnExplicitInstantiation()
10547 return TagD; in ActOnExplicitInstantiation()
10587 return TagD; in ActOnExplicitInstantiation()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3417 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
3420 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart,
3423 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
3427 MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *TagD,