Home
last modified time | relevance | path

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

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