Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1065 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 DSemaObjC.h963 SourceLocation PropertyIvarLoc,