Searched refs:isArgIdent (Results 1 – 3 of 3) sorted by relevance
367 if (AL.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()1204 if (AL.isArgIdent(0)) { in handleConsumableAttr()1249 if (AL.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()1274 if (AL.isArgIdent(0)) { in handleParamTypestateAttr()1308 if (AL.isArgIdent(0)) { in handleReturnTypestateAttr()1355 if (AL.isArgIdent(0)) { in handleSetTypestateAttr()1377 if (AL.isArgIdent(0)) { in handleTestTypestateAttr()1815 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()2092 if (!AL.isArgIdent(ArgNo)) { in handleCPUSpecificAttr()2954 if (!AL.isArgIdent(0)) { in handleObjCMethodFamilyAttr()[all …]
95 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()6859 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()7030 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()8308 assert(!PA.isArgIdent(Idx)); in HandleAnnotateTypeAttr()
507 bool isArgIdent(unsigned Arg) const { in isArgIdent() function