Home
last modified time | relevance | path

Searched refs:isTypeAttr (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/mlir/include/mlir/TableGen/
DAttribute.h95 bool isTypeAttr() const;
/external/clang/lib/Sema/
DAttributeList.cpp204 bool AttributeList::isTypeAttr() const { in isTypeAttr() function in AttributeList
DSemaType.cpp769 if (attr.isInvalid() || !attr.isTypeAttr()) { in checkOmittedBlockReturnType()
DSemaDeclAttr.cpp5381 assert(Attr.isTypeAttr() && "Non-type attribute not handled"); in ProcessDeclAttribute()
/external/llvm-project/clang/lib/Sema/
DParsedAttr.cpp182 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; } in isTypeAttr() function in ParsedAttr
DSemaType.cpp815 if (AL.isInvalid() || !AL.isTypeAttr()) in checkOmittedBlockReturnType()
8090 bool IsTypeAttr = attr.isTypeAttr(); in processTypeAttrs()
DSemaDeclAttr.cpp7459 assert(AL.isTypeAttr() && "Non-type attribute not handled"); in ProcessDeclAttribute()
/external/llvm-project/mlir/lib/TableGen/
DAttribute.cpp53 bool Attribute::isTypeAttr() const { return isSubClassOf("TypeAttrBase"); } in isTypeAttr() function in Attribute
/external/clang/include/clang/Sema/
DAttributeList.h501 bool isTypeAttr() const;
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h577 bool isTypeAttr() const;
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp1134 if (namedAttr.attr.isTypeAttr()) { in genUseAttrAsResultTypeBuilder()