Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclContextInternals.h232 NamedDecl *TagD = Vec.back(); in AddSubsequentDecl() local
234 Vec.push_back(TagD); in AddSubsequentDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp4213 Decl *TagD = nullptr; in ParsedFreeStandingDeclSpec() local
4220 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()
4228 if (isa<TagDecl>(TagD)) in ParsedFreeStandingDeclSpec()
4263 return TagD; in ParsedFreeStandingDeclSpec()
4271 if (TagD && !Tag) in ParsedFreeStandingDeclSpec()
4359 (TagD && TagD->isInvalidDecl())) in ParsedFreeStandingDeclSpec()
4360 return TagD; in ParsedFreeStandingDeclSpec()
4384 ActOnDocumentableDecl(TagD); in ParsedFreeStandingDeclSpec()
4398 return TagD; in ParsedFreeStandingDeclSpec()
4457 return TagD; in ParsedFreeStandingDeclSpec()
[all …]
H A DSemaDeclObjC.cpp4795 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() argument
4815 RecordDecl *Record = dyn_cast<RecordDecl>(TagD); in ActOnDefs()
4830 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD)) in ActOnDefs()
H A DSemaTemplate.cpp8932 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, in ActOnExplicitInstantiation() local
8941 if (!TagD) in ActOnExplicitInstantiation()
8944 TagDecl *Tag = cast<TagDecl>(TagD); in ActOnExplicitInstantiation()
9000 return TagD; in ActOnExplicitInstantiation()
9040 return TagD; in ActOnExplicitInstantiation()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2259 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
2262 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart,
2265 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
2269 MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *TagD,