mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -1185,6 +1185,11 @@ void SerializedASTFile::getTopLevelDeclsWhereAttributesMatch(
|
||||
File.getTopLevelDecls(results, matchAttributes);
|
||||
}
|
||||
|
||||
void SerializedASTFile::getOperatorDecls(
|
||||
SmallVectorImpl<OperatorDecl *> &results) const {
|
||||
File.getOperatorDecls(results);
|
||||
}
|
||||
|
||||
void SerializedASTFile::getPrecedenceGroups(
|
||||
SmallVectorImpl<PrecedenceGroupDecl*> &results) const {
|
||||
File.getPrecedenceGroups(results);
|
||||
|
||||
Reference in New Issue
Block a user