mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
add accessors for a member, NFC.
Swift SVN r28097
This commit is contained in:
@@ -267,6 +267,9 @@ public:
|
||||
StmtConditionElement(Expr *cond)
|
||||
: CondOrInit(cond) {}
|
||||
|
||||
SourceLoc getIntroducerLoc() const { return IntroducerLoc; }
|
||||
void setIntroducerLoc(SourceLoc loc) { IntroducerLoc = loc; }
|
||||
|
||||
|
||||
/// Boolean Condition Accessors.
|
||||
bool isCondition() const {
|
||||
|
||||
Reference in New Issue
Block a user