Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5115 Decl *TagD = nullptr; in ParsedFreeStandingDeclSpec() local
5122 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()
5124 if (!TagD) // We probably had an error in ParsedFreeStandingDeclSpec()
5130 if (isa<TagDecl>(TagD)) in ParsedFreeStandingDeclSpec()
5131 Tag = cast<TagDecl>(TagD); in ParsedFreeStandingDeclSpec()
5132 else if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(TagD)) in ParsedFreeStandingDeclSpec()
5171 return TagD; in ParsedFreeStandingDeclSpec()
5179 if (TagD && !Tag) in ParsedFreeStandingDeclSpec()
5251 (TagD && TagD->isInvalidDecl())) in ParsedFreeStandingDeclSpec()
5252 return TagD; in ParsedFreeStandingDeclSpec()
[all …]
H A DSemaDeclObjC.cpp5117 void SemaObjC::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() argument
5138 RecordDecl *Record = dyn_cast<RecordDecl>(TagD); in ActOnDefs()
5153 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD)) in ActOnDefs()
H A DSemaTemplate.cpp10235 Decl *TagD = in ActOnExplicitInstantiation() local
10244 if (!TagD) in ActOnExplicitInstantiation()
10247 TagDecl *Tag = cast<TagDecl>(TagD); in ActOnExplicitInstantiation()
10298 return TagD; in ActOnExplicitInstantiation()
10338 return TagD; in ActOnExplicitInstantiation()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h489 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
H A DSema.h4288 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart,
4292 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
6286 MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *TagD,