mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit] Surface group names via cursor info query.
This commit is contained in:
@@ -670,6 +670,11 @@ public:
|
||||
return None;
|
||||
}
|
||||
|
||||
virtual Optional<StringRef>
|
||||
getGroupNameForDecl(const Decl *D) const {
|
||||
return None;
|
||||
}
|
||||
|
||||
/// Returns an implementation-defined "discriminator" for \p D, which
|
||||
/// distinguishes \p D from other declarations in the same module with the
|
||||
/// same name.
|
||||
|
||||
Reference in New Issue
Block a user