Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
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()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h10371 SourceLocation PropertyIvarLoc,