Home
last modified time | relevance | path

Searched refs:PropertyDiagLoc (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp815 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl() local
816 if (PropertyDiagLoc.isInvalid()) in ActOnPropertyImplDecl()
817 PropertyDiagLoc = ClassImpDecl->getLocStart(); in ActOnPropertyImplDecl()
934 if (RequireCompleteType(PropertyDiagLoc, PropertyIvarType, in ActOnPropertyImplDecl()
956 Diag(PropertyDiagLoc, diag::err_gc_weak_property_strong_type); in ActOnPropertyImplDecl()
973 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
993 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
1014 Diag(PropertyDiagLoc, diag::err_arc_weak_no_runtime); in ActOnPropertyImplDecl()
1028 Diag(PropertyDiagLoc, diag::error_synthesize_weak_non_arc_or_gc); in ActOnPropertyImplDecl()
1049 Diag(PropertyDiagLoc, diag::error_missing_property_ivar_decl) in ActOnPropertyImplDecl()
[all …]