Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp126 SourceLocation attrLoc = attrs.Range.getBegin(); in ParseNamespace() local
129 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()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp1565 SMLoc attrLoc = p.getCurrentLocation(); in parseBound() local
1596 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()