Home | History | Annotate | Download | only in AST

Lines Matching refs:TagDecl

1714 TagType::TagType(TypeClass TC, const TagDecl *D, QualType can)
1719 decl(const_cast<TagDecl*>(D)) {}
1721 static TagDecl *getInterestingTagDecl(TagDecl *decl) {
1722 for (TagDecl::redecl_iterator I = decl->redecls_begin(),
1743 TagDecl *TagType::getDecl() const {
2026 const TagDecl *Tag = cast<TagType>(T)->getDecl();