Home | History | Annotate | Download | only in Sema

Lines Matching defs:SuperLoc

472                                 SourceLocation SuperLoc,
476 NamedDecl *PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
483 DeclarationNameInfo(SuperName, SuperLoc),
494 Diag(SuperLoc, diag::err_recursive_superclass)
504 (void)DiagnoseUseOfDecl(SuperClassDecl, SuperLoc);
523 (void)DiagnoseUseOfDecl(const_cast<TypedefNameDecl*>(TDecl), SuperLoc);
534 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName;
541 Diag(SuperLoc, diag::err_undef_superclass)
543 else if (RequireCompleteType(SuperLoc,
564 SuperLoc,
583 SuperLoc);
904 IdentifierInfo *SuperName, SourceLocation SuperLoc,
1009 SuperName, SuperLoc, SuperTypeArgs,
1033 SourceLocation SuperLoc) {
1036 NamedDecl* IDecl = LookupSingleName(TUScope, SuperName, SuperLoc,