Searched defs:isTypeAttr (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/TableGen/ | ||
H A D | Attribute.cpp | 47 bool Attribute::isTypeAttr() const { return isSubClassOf("TypeAttrBase"); } in isTypeAttr() function in Attribute |
/llvm-project/clang/lib/Sema/ | ||
H A D | ParsedAttr.cpp | 197 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; } isTypeAttr() function in ParsedAttr |