Searched refs:PropertyIvarLoc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1065 SourceLocation PropertyIvarLoc, ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl() argument 1074 if (PropertyIvarLoc.isInvalid()) in ActOnPropertyImplDecl() 1075 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl() 1301 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl() 1305 if (SemaRef.RequireNonAbstractType(PropertyIvarLoc, PropertyIvarType, in ActOnPropertyImplDecl() 1315 Diag(PropertyIvarLoc, diag::err_synthesize_variable_sized_ivar) in ActOnPropertyImplDecl() 1352 PropertyIvarLoc, PropertyIvarType, IvarType) == in ActOnPropertyImplDecl() 1407 Ivar, PropertyIvarLoc); in ActOnPropertyImplDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 963 SourceLocation PropertyIvarLoc,
|