mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[index] Use the index symbol types and APIs from the clang header.
This avoids duplication and centralizes handling of symbols.
This commit is contained in:
@@ -250,8 +250,7 @@ public:
|
||||
static SourceKit::UIdent getUIDForSyntaxStructureElementKind(
|
||||
swift::ide::SyntaxStructureElementKind Kind);
|
||||
|
||||
static SourceKit::UIdent getUIDForSymbol(swift::index::SymbolKind kind,
|
||||
swift::index::SymbolSubKindSet subKinds,
|
||||
static SourceKit::UIdent getUIDForSymbol(swift::index::SymbolInfo sym,
|
||||
bool isRef);
|
||||
|
||||
static SourceKit::UIdent getUIDForRangeKind(swift::ide::RangeKind Kind);
|
||||
|
||||
Reference in New Issue
Block a user