Searched defs:getNumParameters (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/TableGen/ | ||
H A D | AttrOrTypeDef.cpp | 162 unsigned AttrOrTypeDef::getNumParameters() const { getNumParameters() function in AttrOrTypeDef |
/llvm-project/mlir/include/mlir/TableGen/ | ||
H A D | Class.h | 106 unsigned getNumParameters() const { return parameters.size(); } getNumParameters() function |