Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp891 SourceLocation PropertyIvarLoc) { in ActOnPropertyImplDecl() argument
899 if (PropertyIvarLoc.isInvalid()) in ActOnPropertyImplDecl()
900 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl()
1125 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()
1129 if (RequireNonAbstractType(PropertyIvarLoc, in ActOnPropertyImplDecl()
1167 compat = (CheckAssignmentConstraints(PropertyIvarLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1225 Ivar, PropertyIvarLoc); in ActOnPropertyImplDecl()
/external/clang/include/clang/Sema/
DSema.h7348 SourceLocation PropertyIvarLoc);