Home
last modified time | relevance | path

Searched defs:hasSummary (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/TableGen/
H A DAttrOrTypeDef.cpp137 bool AttrOrTypeDef::hasSummary() const { hasSummary() function in AttrOrTypeDef
H A DOperator.cpp808 bool Operator::hasSummary() const { return def.getValue("summary") != nullptr; } hasSummary() function in Operator