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
311
311
312
312
ASTContext &getASTContext () const ;
313
313
314
- // / Returns the canonical generic signature. The result is cached.
315
- CanGenericSignature getCanonicalSignature () const ;
316
-
317
314
// / Retrieve the generic signature builder for the given generic signature.
318
315
GenericSignatureBuilder *getGenericSignatureBuilder () const ;
319
316
@@ -456,6 +453,9 @@ class alignas(1 << TypeAlignInBits) GenericSignatureImpl final
456
453
ArrayRef<Requirement> getRequirements () const {
457
454
return {getTrailingObjects<Requirement>(), NumRequirements};
458
455
}
456
+
457
+ // / Returns the canonical generic signature. The result is cached.
458
+ CanGenericSignature getCanonicalSignature () const ;
459
459
};
460
460
461
461
void simple_display (raw_ostream &out, GenericSignature sig);
You can’t perform that action at this time.
0 commit comments