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

/external/clang/include/clang/AST/
H A DDeclContextInternals.h190 NamedDecl *TagD = Vec.back(); local
192 Vec.push_back(TagD);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3032 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, argument
3052 RecordDecl *Record = dyn_cast<RecordDecl>(TagD);
3067 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD))
H A DSemaTemplate.cpp6507 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, local
6514 if (!TagD)
6517 TagDecl *Tag = cast<TagDecl>(TagD);
6573 return TagD;
6613 return TagD;
H A DSemaDecl.cpp2607 Decl *TagD = 0; local
2614 TagD = DS.getRepAsDecl();
2616 if (!TagD) // We probably had an error
2622 if (isa<TagDecl>(TagD))
2623 Tag = cast<TagDecl>(TagD);
2624 else if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(TagD))
2655 return TagD;
2661 if (TagD && !Tag)
2712 if (DS.getTypeSpecType() == DeclSpec::TST_error) return TagD;
2732 if (emittedWarning || (TagD
9053 ActOnTagStartDefinition(Scope *S, Decl *TagD) argument
9077 ActOnStartCXXMemberDeclarations(Scope *S, Decl *TagD, SourceLocation FinalLoc, SourceLocation LBraceLoc) argument
9112 ActOnTagFinishDefinition(Scope *S, Decl *TagD, SourceLocation RBraceLoc) argument
9151 ActOnTagDefinitionError(Scope *S, Decl *TagD) argument
9247 ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, Declarator &D, Expr *BitfieldWidth) argument
[all...]

Completed in 270 milliseconds