Home | History | Annotate | Download | only in Sema

Lines Matching refs:SuperName

377                          IdentifierInfo *SuperName, SourceLocation SuperLoc,
417 if (SuperName) {
419 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
427 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
431 << SuperName << ClassName << PrevDecl->getDeclName();
439 << SuperName
467 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName;
475 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);