Searched refs:isArgIdent (Results 1 – 3 of 3) sorted by relevance
1218 if (AL.isArgIdent(0)) { in handleConsumableAttr()1288 if (AL.isArgIdent(0)) { in handleParamTypestateAttr()1322 if (AL.isArgIdent(0)) { in handleReturnTypestateAttr()1369 if (AL.isArgIdent(0)) { in handleSetTypestateAttr()1391 if (AL.isArgIdent(0)) { in handleTestTypestateAttr()1829 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()2981 if (!AL.isArgIdent(0)) { in handleObjCMethodFamilyAttr()3047 if (!AL.isArgIdent(0)) { in handleBlocksAttr()3789 if (!AL.isArgIdent(0)) { in handleEnumExtensibilityAttr()3972 if (!AL.isArgIdent(0)) { in handleFormatAttr()[all …]
98 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()7018 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()7189 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()8770 assert(!PA.isArgIdent(Idx)); in HandleAnnotateTypeAttr()
388 bool isArgIdent(unsigned Arg) const { in isArgIdent() function