Searched refs:SuperClassLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1987 SourceLocation SuperClassLoc, const ParsedAttributesView &Attrs) { in ActOnStartClassImplementation() argument 2026 SemaRef.LookupSingleName(SemaRef.TUScope, SuperClassname, SuperClassLoc, in ActOnStartClassImplementation() 2029 Diag(SuperClassLoc, diag::err_redefinition_different_kind) in ActOnStartClassImplementation() 2037 Diag(SuperClassLoc, diag::err_undef_superclass) in ActOnStartClassImplementation() 2042 Diag(SuperClassLoc, diag::err_conflicting_super_class) in ActOnStartClassImplementation() 2064 SuperClassLoc)); in ActOnStartClassImplementation() 2065 IDecl->setEndOfDefinitionLoc(SuperClassLoc); in ActOnStartClassImplementation() 2081 ClassLoc, AtClassImplLoc, SuperClassLoc); in ActOnStartClassImplementation() 4143 SourceLocation SuperClassLoc(SemaRef.getLocForEndOfToken(DeclLoc)); in ActOnAtEnd() local 4153 Diag(SuperClassLoc, diag::note_objc_needs_superclass) in ActOnAtEnd() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 296 SourceLocation SuperClassLoc, const ParsedAttributesView &AttrList);
|