mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ConstraintSystem] Move getResolvedOverloads() from CSStep to ConstraintSystem.
This commit is contained in:
@@ -5300,6 +5300,12 @@ public:
|
||||
SmallVectorImpl<unsigned> &Ordering,
|
||||
SmallVectorImpl<unsigned> &PartitionBeginning);
|
||||
|
||||
/// The overload sets that have already been resolved along the current path.
|
||||
const llvm::MapVector<ConstraintLocator *, SelectedOverload> &
|
||||
getResolvedOverloads() const {
|
||||
return ResolvedOverloads;
|
||||
}
|
||||
|
||||
/// If we aren't certain that we've emitted a diagnostic, emit a fallback
|
||||
/// diagnostic.
|
||||
void maybeProduceFallbackDiagnostic(SolutionApplicationTarget target) const;
|
||||
|
||||
Reference in New Issue
Block a user