Lines Matching refs:AtLoc
172 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc, in ActOnProperty() argument
197 Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc, in ActOnProperty()
210 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD, in ActOnProperty()
220 CheckObjCPropertyAttributes(Res, AtLoc, Attributes, in ActOnProperty()
406 SourceLocation AtLoc, in HandlePropertyInClassExtension() argument
443 Diag(AtLoc, diag::err_duplicate_property); in HandlePropertyInClassExtension()
464 Diag(AtLoc, diag) in HandlePropertyInClassExtension()
474 Diag(AtLoc, diag::warn_property_redecl_getter_mismatch) in HandlePropertyInClassExtension()
491 Diag(AtLoc, diag::warn_property_attr_mismatch); in HandlePropertyInClassExtension()
505 Diag(AtLoc, diag::warn_property_implicitly_mismatched); in HandlePropertyInClassExtension()
512 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc, in HandlePropertyInClassExtension()
542 Diag(AtLoc, in HandlePropertyInClassExtension()
560 SourceLocation AtLoc, in CreatePropertyDecl() argument
598 LookupProtocol(&Context.Idents.get("NSCopying"), AtLoc)) in CreatePropertyDecl()
600 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl()
617 PropertyId, AtLoc, in CreatePropertyDecl()
637 Diag(AtLoc, diag::err_property_type) << T; in CreatePropertyDecl()
838 SelectPropertyForSynthesisFromProtocols(Sema &S, SourceLocation AtLoc, in SelectPropertyForSynthesisFromProtocols() argument
1007 if (AtLoc.isValid()) in SelectPropertyForSynthesisFromProtocols()
1008 S.Diag(AtLoc, diag::note_property_synthesize); in SelectPropertyForSynthesisFromProtocols()
1049 ObjCMethodDecl *AccessorDecl, SourceLocation AtLoc, in RedeclarePropertyAccessor() argument
1053 Context, AtLoc.isValid() ? AtLoc : Decl->getBeginLoc(), in RedeclarePropertyAccessor()
1078 SourceLocation AtLoc, in ActOnPropertyImplDecl() argument
1089 Diag(AtLoc, diag::err_missing_property_context); in ActOnPropertyImplDecl()
1123 if (AtLoc.isValid()) in ActOnPropertyImplDecl()
1124 Diag(AtLoc, diag::warn_implicit_atomic_property); in ActOnPropertyImplDecl()
1139 property->hasAttr<IBOutletAttr>() && !AtLoc.isValid()) { in ActOnPropertyImplDecl()
1170 property = SelectPropertyForSynthesisFromProtocols(*this, AtLoc, IDecl, in ActOnPropertyImplDecl()
1175 Diag(AtLoc, diag::err_synthesize_category_decl); in ActOnPropertyImplDecl()
1180 Diag(AtLoc, diag::err_missing_property_interface); in ActOnPropertyImplDecl()
1198 Diag(AtLoc, diag::err_bad_property_context); in ActOnPropertyImplDecl()
1274 if (AtLoc.isInvalid()) { in ActOnPropertyImplDecl()
1424 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc, in ActOnPropertyImplDecl()
1443 OMD = RedeclarePropertyAccessor(Context, IC, getterMethod, AtLoc, in ActOnPropertyImplDecl()
1509 AtLoc, PropertyLoc); in ActOnPropertyImplDecl()