mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Index] Record the access level of declarations in the index
rdar://163256878
This commit is contained in:
@@ -436,7 +436,8 @@ public:
|
||||
static std::optional<UIdent>
|
||||
getUIDForDeclAttribute(const swift::DeclAttribute *Attr);
|
||||
|
||||
static SourceKit::UIdent getUIDForFormalAccessScope(const swift::AccessScope Scope);
|
||||
static SourceKit::UIdent
|
||||
getUIDForAccessLevel(const clang::index::SymbolProperty Scope);
|
||||
|
||||
static std::vector<UIdent> UIDsFromDeclAttributes(const swift::DeclAttributes &Attrs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user