Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp697 getGetterOrSetterNames(bool isGetter, const Operator &op, StringRef name) { in getGetterOrSetterNames() function
768 return getGetterOrSetterNames(/*isGetter=*/true, *this, name); in getGetterNames()
772 return getGetterOrSetterNames(/*isGetter=*/false, *this, name); in getSetterNames()