Searched refs:SuperClassLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1985 SourceLocation SuperClassLoc, const ParsedAttributesView &Attrs) { in ActOnStartClassImplementation() argument 2022 PrevDecl = LookupSingleName(TUScope, SuperClassname, SuperClassLoc, in ActOnStartClassImplementation() 2025 Diag(SuperClassLoc, diag::err_redefinition_different_kind) in ActOnStartClassImplementation() 2033 Diag(SuperClassLoc, diag::err_undef_superclass) in ActOnStartClassImplementation() 2038 Diag(SuperClassLoc, diag::err_conflicting_super_class) in ActOnStartClassImplementation() 2060 SuperClassLoc)); in ActOnStartClassImplementation() 2061 IDecl->setEndOfDefinitionLoc(SuperClassLoc); in ActOnStartClassImplementation() 4135 SourceLocation SuperClassLoc(getLocForEndOfToken(DeclLoc)); in ActOnAtEnd() local 4145 Diag(SuperClassLoc, diag::note_objc_needs_superclass) in ActOnAtEnd() 4146 << FixItHint::CreateInsertion(SuperClassLoc, " : NSObject "); in ActOnAtEnd() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10564 SourceLocation SuperClassLoc, const ParsedAttributesView &AttrList);
|