Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp802 SourceLocation PropertyIvarLoc) { in ActOnPropertyImplDecl() argument
810 if (PropertyIvarLoc.isInvalid()) in ActOnPropertyImplDecl()
811 PropertyIvarLoc = PropertyLoc; in ActOnPropertyImplDecl()
1030 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()
1034 if (RequireNonAbstractType(PropertyIvarLoc, in ActOnPropertyImplDecl()
1072 compat = (CheckAssignmentConstraints(PropertyIvarLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1129 Ivar, PropertyIvarLoc); in ActOnPropertyImplDecl()
/external/clang/include/clang/Sema/
DSema.h6877 SourceLocation PropertyIvarLoc);