Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1083 SourceLocation PropertyIvarLoc, in ActOnPropertyImplDecl() argument
1092 if (PropertyIvarLoc.isInvalid()) in ActOnPropertyImplDecl()
1093 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl()
1319 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()
1323 if (RequireNonAbstractType(PropertyIvarLoc, in ActOnPropertyImplDecl()
1334 Diag(PropertyIvarLoc, diag::err_synthesize_variable_sized_ivar) in ActOnPropertyImplDecl()
1371 compat = (CheckAssignmentConstraints(PropertyIvarLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1429 Ivar, PropertyIvarLoc); in ActOnPropertyImplDecl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10047 SourceLocation PropertyIvarLoc,