Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DParsedAttr.cpp182 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; } in isTypeAttr() function in ParsedAttr
/external/clang/lib/Sema/
DAttributeList.cpp204 bool AttributeList::isTypeAttr() const { in isTypeAttr() function in AttributeList
/external/llvm-project/mlir/lib/TableGen/
DAttribute.cpp53 bool Attribute::isTypeAttr() const { return isSubClassOf("TypeAttrBase"); } in isTypeAttr() function in Attribute