Searched refs:attrLoc (Results 1 – 2 of 2) sorted by relevance
126 SourceLocation attrLoc = attrs.Range.getBegin(); in ParseNamespace() local129 if (!ExtraNSs.empty() && attrLoc.isValid()) in ParseNamespace()130 Diag(attrLoc, diag::err_unexpected_nested_namespace_attribute); in ParseNamespace()139 if (attrLoc.isValid()) in ParseNamespace()140 Diag(attrLoc, diag::err_unexpected_namespace_attributes_alias); in ParseNamespace()
1565 SMLoc attrLoc = p.getCurrentLocation(); in parseBound() local1596 return p.emitError(attrLoc, "lower loop bound affine map with " in parseBound()1599 return p.emitError(attrLoc, "upper loop bound affine map with multiple " in parseBound()