Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/TableGen/
H A DAttribute.cpp47 bool Attribute::isTypeAttr() const { return isSubClassOf("TypeAttrBase"); } in isTypeAttr() function in Attribute
/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp197 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; } isTypeAttr() function in ParsedAttr