Searched refs:TagD (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 5004 Decl *TagD = nullptr; in ParsedFreeStandingDeclSpec() local 5011 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec() 5013 if (!TagD) // We probably had an error in ParsedFreeStandingDeclSpec() 5019 if (isa<TagDecl>(TagD)) in ParsedFreeStandingDeclSpec() 5020 Tag = cast<TagDecl>(TagD); in ParsedFreeStandingDeclSpec() 5021 else if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(TagD)) in ParsedFreeStandingDeclSpec() 5060 return TagD; in ParsedFreeStandingDeclSpec() 5068 if (TagD && !Tag) in ParsedFreeStandingDeclSpec() 5137 (TagD && TagD->isInvalidDecl())) in ParsedFreeStandingDeclSpec() 5138 return TagD; in ParsedFreeStandingDeclSpec() [all …]
|
H A D | SemaTemplate.cpp | 9705 Decl *TagD = in ActOnExplicitInstantiation() local 9714 if (!TagD) in ActOnExplicitInstantiation() 9717 TagDecl *Tag = cast<TagDecl>(TagD); in ActOnExplicitInstantiation() 9768 return TagD; in ActOnExplicitInstantiation() 9808 return TagD; in ActOnExplicitInstantiation()
|
H A D | SemaDeclObjC.cpp | 5113 void SemaObjC::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() argument 5134 RecordDecl *Record = dyn_cast<RecordDecl>(TagD); in ActOnDefs() 5149 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD)) in ActOnDefs()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 497 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
|
H A D | Sema.h | 3897 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, 3901 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart, 5857 MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *TagD,
|