Searched defs:hasSummary (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/TableGen/ | ||
H A D | AttrOrTypeDef.cpp | 137 bool AttrOrTypeDef::hasSummary() const { hasSummary() function in AttrOrTypeDef |
H A D | Operator.cpp | 808 bool Operator::hasSummary() const { return def.getValue("summary") != nullptr; } hasSummary() function in Operator |