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

/external/clang/include/clang/AST/
H A DDeclContextInternals.h233 NamedDecl *TagD = Vec.back(); local
235 Vec.push_back(TagD);
/external/clang/lib/Sema/
H A DSemaDecl.cpp3315 Decl *TagD = nullptr; local
3322 TagD = DS.getRepAsDecl();
3324 if (!TagD) // We probably had an error
3330 if (isa<TagDecl>(TagD))
3331 Tag = cast<TagDecl>(TagD);
3332 else if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(TagD))
3364 return TagD;
3372 if (TagD && !Tag)
3430 (TagD && TagD
11508 ActOnTagStartDefinition(Scope *S, Decl *TagD) argument
11532 ActOnStartCXXMemberDeclarations(Scope *S, Decl *TagD, SourceLocation FinalLoc, bool IsFinalSpelledSealed, SourceLocation LBraceLoc) argument
11569 ActOnTagFinishDefinition(Scope *S, Decl *TagD, SourceLocation RBraceLoc) argument
11613 ActOnTagDefinitionError(Scope *S, Decl *TagD) argument
11710 ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, Declarator &D, Expr *BitfieldWidth) argument
[all...]
H A DSemaDeclObjC.cpp3284 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, argument
3304 RecordDecl *Record = dyn_cast<RecordDecl>(TagD);
3319 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD))
H A DSemaTemplate.cpp7244 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, local
7252 if (!TagD)
7255 TagDecl *Tag = cast<TagDecl>(TagD);
7311 return TagD;
7351 return TagD;
/external/clang/include/clang/Sema/
H A DSema.h1803 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
1806 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart,
1809 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
1813 MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *TagD,

Completed in 1135 milliseconds