Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp901 SourceLocation PropertyIvarLoc, in ActOnPropertyImplDecl() argument
910 if (PropertyIvarLoc.isInvalid()) in ActOnPropertyImplDecl()
911 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl()
1140 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()
1144 if (RequireNonAbstractType(PropertyIvarLoc, in ActOnPropertyImplDecl()
1182 compat = (CheckAssignmentConstraints(PropertyIvarLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1240 Ivar, PropertyIvarLoc); in ActOnPropertyImplDecl()
/external/clang/include/clang/Sema/
DSema.h7518 SourceLocation PropertyIvarLoc,