Lines Matching defs:Loc
682 SourceLocation Loc = PropertyIvarLoc;
683 if (Loc.isInvalid())
684 Loc = PropertyLoc;
685 compat = (CheckAssignmentConstraints(Loc, PropertyIvarType, IvarType)
928 SourceLocation Loc) {
933 result = CheckAssignmentConstraints(Loc, GetterMethod->getResultType(),
936 Diag(Loc, diag::warn_accessor_property_type_mismatch)
1486 SourceLocation Loc = redeclaredProperty ?
1490 GetterMethod = ObjCMethodDecl::Create(Context, Loc, Loc,
1508 ::new (Context) NSReturnsNotRetainedAttr(Loc, Context));
1522 SourceLocation Loc = redeclaredProperty ?
1527 ObjCMethodDecl::Create(Context, Loc, Loc,
1538 Loc, Loc,
1579 SourceLocation Loc,
1605 Diag(Loc, (Attributes & (ObjCDeclSpec::DQ_PR_readwrite)) ?
1616 Diag(Loc, diag::err_objc_property_requires_object)
1626 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
1631 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
1636 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
1642 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
1648 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
1653 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
1658 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
1664 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
1670 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
1675 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
1680 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
1687 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
1693 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
1708 Diag(Loc, diag::warn_objc_property_no_assignment_attribute);
1712 Diag(Loc, diag::warn_objc_property_default_assign_on_object);
1724 Diag(Loc, diag::warn_objc_property_copy_missing_on_block);