Searched refs:isArgIdent (Results 1 – 3 of 3) sorted by relevance
344 if (AL.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()1106 if (AL.isArgIdent(0)) { in handleConsumableAttr()1151 if (AL.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()1176 if (AL.isArgIdent(0)) { in handleParamTypestateAttr()1210 if (AL.isArgIdent(0)) { in handleReturnTypestateAttr()1257 if (AL.isArgIdent(0)) { in handleSetTypestateAttr()1279 if (AL.isArgIdent(0)) { in handleTestTypestateAttr()1717 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()1973 if (!AL.isArgIdent(ArgNo)) { in handleCPUSpecificAttr()2674 if (!AL.isArgIdent(0)) { in handleObjCMethodFamilyAttr()[all …]
91 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()6582 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()6753 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()
482 bool isArgIdent(unsigned Arg) const { in isArgIdent() function