Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer

and a name collision.

llvm-svn: 77658
This commit is contained in:
John McCall
2009-07-31 02:45:11 +00:00
parent b6d6aa2d22
commit 9bb74a5ef5
7 changed files with 58 additions and 56 deletions

View File

@@ -193,7 +193,7 @@ namespace {
return TypeResult();
}
virtual DeclPtrTy ActOnTag(Scope *S, unsigned TagType, TagKind TK,
virtual DeclPtrTy ActOnTag(Scope *S, unsigned TagType, TagUseKind TUK,
SourceLocation KWLoc, const CXXScopeSpec &SS,
IdentifierInfo *Name, SourceLocation NameLoc,
AttributeList *Attr, AccessSpecifier AS,