• Home
  • Raw
  • Download

Lines Matching refs:AtLoc

138 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc,  in ActOnProperty()  argument
170 Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc, in ActOnProperty()
183 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD, in ActOnProperty()
192 CheckObjCPropertyAttributes(Res, AtLoc, Attributes, in ActOnProperty()
315 SourceLocation AtLoc, in HandlePropertyInClassExtension() argument
338 Diag(AtLoc, diag::err_duplicate_property); in HandlePropertyInClassExtension()
350 PropertyId, AtLoc, LParenLoc, T); in HandlePropertyInClassExtension()
383 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc, in HandlePropertyInClassExtension()
414 Diag(AtLoc, in HandlePropertyInClassExtension()
432 Diag(AtLoc, diag::warn_property_attr_mismatch); in HandlePropertyInClassExtension()
445 Diag(AtLoc, diag::warn_property_implicitly_mismatched); in HandlePropertyInClassExtension()
479 ActOnProperty(S, AtLoc, LParenLoc, FD, ProtocolPropertyODS, in HandlePropertyInClassExtension()
505 Diag(AtLoc, diag) in HandlePropertyInClassExtension()
522 SourceLocation AtLoc, in CreatePropertyDecl() argument
546 LookupProtocol(&Context.Idents.get("NSCopying"), AtLoc)) in CreatePropertyDecl()
548 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl()
564 PropertyId, AtLoc, LParenLoc, TInfo); in CreatePropertyDecl()
579 Diag(AtLoc, diag::err_property_type) << T; in CreatePropertyDecl()
747 DiagnosePropertyMismatchDeclInProtocols(Sema &S, SourceLocation AtLoc, in DiagnosePropertyMismatchDeclInProtocols() argument
788 if (!FirsTime && AtLoc.isValid()) in DiagnosePropertyMismatchDeclInProtocols()
789 S.Diag(AtLoc, diag::note_property_synthesize); in DiagnosePropertyMismatchDeclInProtocols()
797 SourceLocation AtLoc, in ActOnPropertyImplDecl() argument
807 Diag(AtLoc, diag::error_missing_property_context); in ActOnPropertyImplDecl()
837 if (AtLoc.isValid()) in ActOnPropertyImplDecl()
838 Diag(AtLoc, diag::warn_implicit_atomic_property); in ActOnPropertyImplDecl()
855 !AtLoc.isValid()) { in ActOnPropertyImplDecl()
887 DiagnosePropertyMismatchDeclInProtocols(*this, AtLoc, IDecl, property); in ActOnPropertyImplDecl()
891 Diag(AtLoc, diag::error_synthesize_category_decl); in ActOnPropertyImplDecl()
896 Diag(AtLoc, diag::error_missing_property_interface); in ActOnPropertyImplDecl()
914 Diag(AtLoc, diag::error_bad_property_context); in ActOnPropertyImplDecl()
960 if (AtLoc.isInvalid()) { in ActOnPropertyImplDecl()
1124 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc, in ActOnPropertyImplDecl()