Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclContextInternals.h231 NamedDecl *TagD = Vec.back(); in AddSubsequentDecl() local
233 Vec.push_back(TagD); in AddSubsequentDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp3649 Decl *TagD = nullptr; in ParsedFreeStandingDeclSpec() local
3656 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()
3658 if (!TagD) // We probably had an error in ParsedFreeStandingDeclSpec()
3664 if (isa<TagDecl>(TagD)) in ParsedFreeStandingDeclSpec()
3665 Tag = cast<TagDecl>(TagD); in ParsedFreeStandingDeclSpec()
3666 else if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(TagD)) in ParsedFreeStandingDeclSpec()
3695 return TagD; in ParsedFreeStandingDeclSpec()
3703 if (TagD && !Tag) in ParsedFreeStandingDeclSpec()
3776 (TagD && TagD->isInvalidDecl())) in ParsedFreeStandingDeclSpec()
3777 return TagD; in ParsedFreeStandingDeclSpec()
[all …]
HDSemaTemplate.cpp7454 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, in ActOnExplicitInstantiation() local
7462 if (!TagD) in ActOnExplicitInstantiation()
7465 TagDecl *Tag = cast<TagDecl>(TagD); in ActOnExplicitInstantiation()
7521 return TagD; in ActOnExplicitInstantiation()
7561 return TagD; in ActOnExplicitInstantiation()
HDSemaDeclObjC.cpp4325 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() argument
4345 RecordDecl *Record = dyn_cast<RecordDecl>(TagD); in ActOnDefs()
4360 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD)) in ActOnDefs()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1878 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
1881 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart,
1884 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
1888 MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *TagD,