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.cpp1076 SourceLocation PropertyDiagLoc = PropertyLoc; in ActOnPropertyImplDecl() local
1077 if (PropertyDiagLoc.isInvalid()) in ActOnPropertyImplDecl()
1078 PropertyDiagLoc = ClassImpDecl->getBeginLoc(); in ActOnPropertyImplDecl()
1197 if (SemaRef.RequireCompleteType(PropertyDiagLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1219 Diag(PropertyDiagLoc, diag::err_gc_weak_property_strong_type); in ActOnPropertyImplDecl()
1232 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
1266 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
1286 Diag(PropertyDiagLoc, in ActOnPropertyImplDecl()
1326 Diag(PropertyDiagLoc, diag::err_missing_property_ivar_decl) in ActOnPropertyImplDecl()
1332 Diag(PropertyDiagLoc, diag::err_ivar_in_superclass_use) in ActOnPropertyImplDecl()
[all …]