Home | History | Annotate | Download | only in Sema

Lines Matching refs:SuperLoc

377                          IdentifierInfo *SuperName, SourceLocation SuperLoc,
419 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
427 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
430 Diag(SuperLoc, diag::err_undef_superclass_suggest)
438 Diag(SuperLoc, diag::err_recursive_superclass)
447 (void)DiagnoseUseOfDecl(SuperClassDecl, SuperLoc);
467 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName;
474 Diag(SuperLoc, diag::err_undef_superclass)
476 else if (RequireCompleteType(SuperLoc,
486 IDecl->setSuperClassLoc(SuperLoc);
487 IDecl->setEndOfDefinitionLoc(SuperLoc);