Home | History | Annotate | Download | only in AST

Lines Matching refs:TagDecl

3047 /// specified TagDecl (struct/union/class/enum) decl.
3048 QualType ASTContext::getTagDeclType(const TagDecl *Decl) const {
3052 return getTypeDeclType(const_cast<TagDecl*>(Decl));