Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1077 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl() local
1078 if (PropertyDiagLoc.isInvalid()) in ActOnPropertyImplDecl()
1079 PropertyDiagLoc = ClassImpDecl->getBeginLoc(); in ActOnPropertyImplDecl()
1198 if (SemaRef.RequireCompleteType(PropertyDiagLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1220 Diag(PropertyDiagLoc, diag::err_gc_weak_property_strong_type); in ActOnPropertyImplDecl()
1233 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
1267 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
1287 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
1336 Diag(PropertyDiagLoc, diag::err_missing_property_ivar_decl) in ActOnPropertyImplDecl()
1342 Diag(PropertyDiagLoc, diag::err_ivar_in_superclass_use) in ActOnPropertyImplDecl()
[all …]