Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h135 attribute_iterator attribute_end() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp285 auto Operator::attribute_end() const -> attribute_iterator { in attribute_end() function in Operator
290 return {attribute_begin(), attribute_end()}; in getAttributes()