Searched refs:isArgIdent (Results 1 – 3 of 3) sorted by relevance
345 if (AL.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()1107 if (AL.isArgIdent(0)) { in handleConsumableAttr()1152 if (AL.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()1177 if (AL.isArgIdent(0)) { in handleParamTypestateAttr()1211 if (AL.isArgIdent(0)) { in handleReturnTypestateAttr()1258 if (AL.isArgIdent(0)) { in handleSetTypestateAttr()1280 if (AL.isArgIdent(0)) { in handleTestTypestateAttr()1718 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()1974 if (!AL.isArgIdent(ArgNo)) { in handleCPUSpecificAttr()2759 if (!AL.isArgIdent(0)) { in handleObjCMethodFamilyAttr()[all …]
91 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()6615 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()6786 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()
482 bool isArgIdent(unsigned Arg) const { in isArgIdent() function