Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DOperator.h126 attribute_iterator attribute_begin() const;
/external/llvm-project/mlir/lib/TableGen/
DOperator.cpp231 auto Operator::attribute_begin() const -> attribute_iterator { in attribute_begin() function in Operator
239 return {attribute_begin(), attribute_end()}; in getAttributes()