Searched refs:SuperClassLoc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1984 SourceLocation SuperClassLoc, const ParsedAttributesView &Attrs) { in ActOnStartClassImplementation() argument 2023 SemaRef.LookupSingleName(SemaRef.TUScope, SuperClassname, SuperClassLoc, in ActOnStartClassImplementation() 2026 Diag(SuperClassLoc, diag::err_redefinition_different_kind) in ActOnStartClassImplementation() 2034 Diag(SuperClassLoc, diag::err_undef_superclass) in ActOnStartClassImplementation() 2039 Diag(SuperClassLoc, diag::err_conflicting_super_class) in ActOnStartClassImplementation() 2061 SuperClassLoc)); in ActOnStartClassImplementation() 2062 IDecl->setEndOfDefinitionLoc(SuperClassLoc); in ActOnStartClassImplementation() 2078 ClassLoc, AtClassImplLoc, SuperClassLoc); in ActOnStartClassImplementation() 4141 SourceLocation SuperClassLoc(SemaRef.getLocForEndOfToken(DeclLoc)); in ActOnAtEnd() local 4151 Diag(SuperClassLoc, diag::note_objc_needs_superclass) in ActOnAtEnd() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 308 SourceLocation SuperClassLoc, const ParsedAttributesView &AttrList);
|