File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -358,20 +358,6 @@ Type getUInt8Type(ASTContext &ctx);
358
358
// / for the lookup.
359
359
Expr *resolveDeclRefExpr (UnresolvedDeclRefExpr *UDRE, DeclContext *Context);
360
360
361
- // / Validate the given type.
362
- // /
363
- // / Type validation performs name lookup, checking of generic arguments,
364
- // / and so on to determine whether the given type is well-formed and can
365
- // / be used as a type.
366
- // /
367
- // / \param Loc The type (with source location information) to validate.
368
- // / If the type has already been validated, returns immediately.
369
- // /
370
- // / \param resolution The type resolution being performed.
371
- // /
372
- // / \returns true if type validation failed, or false otherwise.
373
- bool validateType (TypeLoc &Loc, TypeResolution resolution);
374
-
375
361
// / Check for unsupported protocol types in the given declaration.
376
362
void checkUnsupportedProtocolType (Decl *decl);
377
363
You can’t perform that action at this time.
0 commit comments