Lines Matching full:loc
285 SourceLocation LParenLoc, SourceLocation &Loc) {
307 Loc = Tok.getLocation();
1422 SourceLocation Loc) {
1435 else if (CheckAssignmentConstraints(Loc, GetterType, PropertyIvarType)
1437 Diag(Loc, diag::error_property_accessor_type)
1452 Diag(Loc, diag::warn_accessor_property_type_mismatch)
1922 SourceLocation Loc = redeclaredProperty ?
1926 GetterMethod = ObjCMethodDecl::Create(Context, Loc, Loc,
1945 ::new (Context) NSReturnsNotRetainedAttr(Loc, Context));
1962 SourceLocation Loc = redeclaredProperty ?
1967 ObjCMethodDecl::Create(Context, Loc, Loc,
1981 Loc, Loc,
2038 SourceLocation Loc,
2069 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2089 Diag(Loc, (Attributes & (ObjCDeclSpec::DQ_PR_readwrite)) ?
2100 Diag(Loc, diag::err_objc_property_requires_object)
2111 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2116 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2121 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2127 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2132 Diag(Loc, diag::warn_iboutletcollection_property_assign);
2135 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2140 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2145 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2151 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2157 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2162 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2167 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2174 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2180 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2187 Diag(Loc, diag::err_objc_property_attr_mutually_exclusive)
2216 Diag(Loc, diag::warn_objc_property_no_assignment_attribute);
2220 Diag(Loc, diag::warn_objc_property_default_assign_on_object);
2234 Diag(Loc, diag::warn_objc_property_copy_missing_on_block);
2239 Diag(Loc, diag::warn_objc_property_retain_of_block);
2243 Diag(Loc, diag::warn_objc_readonly_property_has_setter);