Lines Matching refs:AtLoc
178 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc, in ActOnProperty() argument
202 Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc, in ActOnProperty()
215 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD, in ActOnProperty()
225 CheckObjCPropertyAttributes(Res, AtLoc, Attributes, in ActOnProperty()
414 SourceLocation AtLoc, in HandlePropertyInClassExtension() argument
450 Diag(AtLoc, diag::err_duplicate_property); in HandlePropertyInClassExtension()
471 Diag(AtLoc, diag) in HandlePropertyInClassExtension()
481 Diag(AtLoc, diag::warn_property_redecl_getter_mismatch) in HandlePropertyInClassExtension()
498 Diag(AtLoc, diag::warn_property_attr_mismatch); in HandlePropertyInClassExtension()
512 Diag(AtLoc, diag::warn_property_implicitly_mismatched); in HandlePropertyInClassExtension()
519 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc, in HandlePropertyInClassExtension()
549 Diag(AtLoc, in HandlePropertyInClassExtension()
567 SourceLocation AtLoc, in CreatePropertyDecl() argument
605 LookupProtocol(&Context.Idents.get("NSCopying"), AtLoc)) in CreatePropertyDecl()
607 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl()
624 PropertyId, AtLoc, in CreatePropertyDecl()
643 Diag(AtLoc, diag::err_property_type) << T; in CreatePropertyDecl()
834 SelectPropertyForSynthesisFromProtocols(Sema &S, SourceLocation AtLoc, in SelectPropertyForSynthesisFromProtocols() argument
1002 if (AtLoc.isValid()) in SelectPropertyForSynthesisFromProtocols()
1003 S.Diag(AtLoc, diag::note_property_synthesize); in SelectPropertyForSynthesisFromProtocols()
1046 SourceLocation AtLoc, in ActOnPropertyImplDecl() argument
1057 Diag(AtLoc, diag::err_missing_property_context); in ActOnPropertyImplDecl()
1091 if (AtLoc.isValid()) in ActOnPropertyImplDecl()
1092 Diag(AtLoc, diag::warn_implicit_atomic_property); in ActOnPropertyImplDecl()
1109 !AtLoc.isValid()) { in ActOnPropertyImplDecl()
1141 property = SelectPropertyForSynthesisFromProtocols(*this, AtLoc, IDecl, in ActOnPropertyImplDecl()
1146 Diag(AtLoc, diag::err_synthesize_category_decl); in ActOnPropertyImplDecl()
1151 Diag(AtLoc, diag::err_missing_property_interface); in ActOnPropertyImplDecl()
1169 Diag(AtLoc, diag::err_bad_property_context); in ActOnPropertyImplDecl()
1246 if (AtLoc.isInvalid()) { in ActOnPropertyImplDecl()
1396 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc, in ActOnPropertyImplDecl()