<div dir="ltr">Hi,<div><br></div><div>I'd like to use the clang AST matcher to match the "__device_builtin__" attribute (ie, "__attribute__((device_builtin))") in pre-processed cuda code, but it seems that the matcher just ignores the attribute. (In clang/Sema/AttrParsedAttrKinds.inc, "AttributeCommonInfo::IgnoredAttribute" is returned upon __device_builtin__.) </div><div><br></div><div>Can anyone please provide any information on how to customize the matcher to match the ignored attribute?</div><div><br></div><div>Thanks,</div><div>Oliver</div></div>