Allow one to update the type representation of the declaration specifiers. Will be used by an upcoming commit.

llvm-svn: 77703
This commit is contained in:
Douglas Gregor 2009-07-31 18:34:30 +00:00
parent b9a955dc1d
commit 1b2596ba36
1 changed files with 2 additions and 1 deletions

View File

@ -281,6 +281,7 @@ public:
bool SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec,
void *Rep = 0, bool Owned = false);
bool SetTypeSpecError();
void UpdateTypeRep(void *Rep) { TypeRep = Rep; }
bool SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec,
const LangOptions &Lang);