mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
improve comment.
Swift SVN r1113
This commit is contained in:
@@ -295,7 +295,9 @@ public:
|
||||
}
|
||||
|
||||
/// getTypeOfReference - Returns the type that would arise from a
|
||||
/// normal reference to this declaration.
|
||||
/// normal reference to this declaration. For isReferencedAsLValue()'d decls,
|
||||
/// this returns a reference to the value's type. For non-lvalue decls, this
|
||||
/// just returns the decl's type.
|
||||
Type getTypeOfReference() const;
|
||||
|
||||
/// isReferencedAsLValue - Returns 'true' if references to this
|
||||
|
||||
Reference in New Issue
Block a user