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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h230 NamedDecl *TagD = Vec.back(); local
232 Vec.push_back(TagD);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4421 Decl *TagD = nullptr; local
4428 TagD = DS.getRepAsDecl();
4430 if (!TagD) // We probably had an error
4436 if (isa<TagDecl>(TagD))
4437 Tag = cast<TagDecl>(TagD);
4438 else if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(TagD))
4475 return TagD;
4483 if (TagD && !Tag)
4571 (TagD && TagD
15784 ActOnTagStartDefinition(Scope *S, Decl *TagD) argument
15818 ActOnStartCXXMemberDeclarations(Scope *S, Decl *TagD, SourceLocation FinalLoc, bool IsFinalSpelledSealed, SourceLocation LBraceLoc) argument
15855 ActOnTagFinishDefinition(Scope *S, Decl *TagD, SourceRange BraceRange) argument
15900 ActOnTagDefinitionError(Scope *S, Decl *TagD) argument
16012 ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, Declarator &D, Expr *BitfieldWidth) argument
[all...]
H A DSemaDeclObjC.cpp4981 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, argument
5001 RecordDecl *Record = dyn_cast<RecordDecl>(TagD);
5016 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD))
H A DSemaTemplate.cpp9584 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, local
9593 if (!TagD)
9596 TagDecl *Tag = cast<TagDecl>(TagD);
9647 return TagD;
9687 return TagD;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2597 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
2600 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart,
2603 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
2607 MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *TagD,

Completed in 207 milliseconds