File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -311,9 +311,6 @@ class alignas(1 << TypeAlignInBits) GenericSignatureImpl final
311311
312312 ASTContext &getASTContext () const ;
313313
314- // / Returns the canonical generic signature. The result is cached.
315- CanGenericSignature getCanonicalSignature () const ;
316-
317314 // / Retrieve the generic signature builder for the given generic signature.
318315 GenericSignatureBuilder *getGenericSignatureBuilder () const ;
319316
@@ -456,6 +453,9 @@ class alignas(1 << TypeAlignInBits) GenericSignatureImpl final
456453 ArrayRef<Requirement> getRequirements () const {
457454 return {getTrailingObjects<Requirement>(), NumRequirements};
458455 }
456+
457+ // / Returns the canonical generic signature. The result is cached.
458+ CanGenericSignature getCanonicalSignature () const ;
459459};
460460
461461void simple_display (raw_ostream &out, GenericSignature sig);
You can’t perform that action at this time.
0 commit comments