Searched refs:isArgIdent (Results 1 – 3 of 3) sorted by relevance
1203 if (AL.isArgIdent(0)) { in handleConsumableAttr()1273 if (AL.isArgIdent(0)) { in handleParamTypestateAttr()1307 if (AL.isArgIdent(0)) { in handleReturnTypestateAttr()1354 if (AL.isArgIdent(0)) { in handleSetTypestateAttr()1376 if (AL.isArgIdent(0)) { in handleTestTypestateAttr()1814 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()2949 if (!AL.isArgIdent(0)) { in handleObjCMethodFamilyAttr()3015 if (!AL.isArgIdent(0)) { in handleBlocksAttr()3637 if (!AL.isArgIdent(0)) { in handleEnumExtensibilityAttr()3813 if (!AL.isArgIdent(0)) { in handleFormatAttr()[all …]
92 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()6764 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()6935 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()8207 assert(!PA.isArgIdent(Idx)); in HandleAnnotateTypeAttr()
507 bool isArgIdent(unsigned Arg) const { in isArgIdent() function