Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp4574 Decl *TagD = nullptr; in ParsedFreeStandingDeclSpec() local
4581 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()
4583 if (!TagD) // We probably had an error in ParsedFreeStandingDeclSpec()
4589 if (isa<TagDecl>(TagD)) in ParsedFreeStandingDeclSpec()
4590 Tag = cast<TagDecl>(TagD); in ParsedFreeStandingDeclSpec()
4591 else if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(TagD)) in ParsedFreeStandingDeclSpec()
4628 return TagD; in ParsedFreeStandingDeclSpec()
4636 if (TagD && !Tag) in ParsedFreeStandingDeclSpec()
4724 (TagD && TagD->isInvalidDecl())) in ParsedFreeStandingDeclSpec()
4725 return TagD; in ParsedFreeStandingDeclSpec()
[all …]
H A DSemaDeclObjC.cpp5079 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() argument
5099 RecordDecl *Record = dyn_cast<RecordDecl>(TagD); in ActOnDefs()
5114 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD)) in ActOnDefs()
H A DSemaTemplate.cpp9824 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, in ActOnExplicitInstantiation() local
9833 if (!TagD) in ActOnExplicitInstantiation()
9836 TagDecl *Tag = cast<TagDecl>(TagD); in ActOnExplicitInstantiation()
9887 return TagD; in ActOnExplicitInstantiation()
9927 return TagD; in ActOnExplicitInstantiation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3021 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
3024 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart,
3027 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
3031 MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *TagD,