We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491b691 commit a5f6a67Copy full SHA for a5f6a67
include/swift/AST/TypeCheckRequests.h
@@ -55,11 +55,6 @@ struct TypeWitnessAndDecl;
55
class ValueDecl;
56
enum class OpaqueReadOwnership: uint8_t;
57
class StorageImplInfo;
58
-class CompletionCollector;
59
-
60
-namespace constraints {
61
- class Solution;
62
-}
63
64
/// Display a nominal type or extension thereof.
65
void simple_display(
@@ -932,8 +927,6 @@ class TypeCheckASTNodeAtLocRequest
932
927
bool evaluate(Evaluator &evaluator, DeclContext *DC, SourceLoc Loc) const;
933
928
};
934
929
935
-void simple_display(llvm::raw_ostream &out, CompletionCollector *collector);
936
937
930
/// Request to obtain a list of stored properties in a nominal type.
938
931
///
939
/// This will include backing storage for lazy properties and
0 commit comments