add accessor

llvm-svn: 39532
This commit is contained in:
Chris Lattner 2007-05-30 20:59:30 +00:00
parent fc068c15d9
commit b2e723bed4
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ public:
IdentifierInfo *getID() const { return Label; }
const char *getName() const;
Stmt *getSubStmt() { return SubStmt; }
const Stmt *getSubStmt() const { return SubStmt; }
void setIdentLoc(SourceLocation L) { IdentLoc = L; }
void setSubStmt(Stmt *SS) { SubStmt = SS; }