Searched defs:TagD (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclContextInternals.h231 NamedDecl *TagD = Vec.back(); local
233 Vec.push_back(TagD);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp4521 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, argument
4541 RecordDecl *Record = dyn_cast<RecordDecl>(TagD);
4556 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD))
H A DSemaTemplate.cpp7613 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, local
7621 if (!TagD)
7624 TagDecl *Tag = cast<TagDecl>(TagD);
7680 return TagD;
7720 return TagD;
H A DSemaDecl.cpp3828 Decl *TagD = nullptr; local
3835 TagD = DS.getRepAsDecl();
3837 if (!TagD) // We probably had an error
3843 if (isa<TagDecl>(TagD))
3844 Tag = cast<TagDecl>(TagD);
3845 else if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(TagD))
3878 return TagD;
3886 return TagD;
3894 if (TagD && !Tag)
3982 (TagD
13114 ActOnTagStartDefinition(Scope *S, Decl *TagD) argument
13138 ActOnStartCXXMemberDeclarations(Scope *S, Decl *TagD, SourceLocation FinalLoc, bool IsFinalSpelledSealed, SourceLocation LBraceLoc) argument
13175 ActOnTagFinishDefinition(Scope *S, Decl *TagD, SourceLocation RBraceLoc) argument
13219 ActOnTagDefinitionError(Scope *S, Decl *TagD) argument
13331 ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, Declarator &D, Expr *BitfieldWidth) argument
[all...]

Completed in 132 milliseconds