Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp5056 Decl *TagD = nullptr; in ParsedFreeStandingDeclSpec() local
5063 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()
5065 if (!TagD) // We probably had an error in ParsedFreeStandingDeclSpec()
5071 if (isa<TagDecl>(TagD)) in ParsedFreeStandingDeclSpec()
5072 Tag = cast<TagDecl>(TagD); in ParsedFreeStandingDeclSpec()
5073 else if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(TagD)) in ParsedFreeStandingDeclSpec()
5110 return TagD; in ParsedFreeStandingDeclSpec()
5118 if (TagD && !Tag) in ParsedFreeStandingDeclSpec()
5206 (TagD && TagD->isInvalidDecl())) in ParsedFreeStandingDeclSpec()
5207 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.cpp10182 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, KWLoc, SS, Name, in ActOnExplicitInstantiation() local
10189 if (!TagD) in ActOnExplicitInstantiation()
10192 TagDecl *Tag = cast<TagDecl>(TagD); in ActOnExplicitInstantiation()
10243 return TagD; in ActOnExplicitInstantiation()
10283 return TagD; in ActOnExplicitInstantiation()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3348 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
3351 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart,
3354 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
3358 MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *TagD,