Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp810 SourceLocation PropertyIvarLoc) { in ActOnPropertyImplDecl() argument
818 if (PropertyIvarLoc.isInvalid()) in ActOnPropertyImplDecl()
819 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl()
1038 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()
1042 if (RequireNonAbstractType(PropertyIvarLoc, in ActOnPropertyImplDecl()
1080 compat = (CheckAssignmentConstraints(PropertyIvarLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1137 Ivar, PropertyIvarLoc); in ActOnPropertyImplDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h7283 SourceLocation PropertyIvarLoc);