Searched refs:isArgIdent (Results 1 – 3 of 3) sorted by relevance
371 if (AL.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()1157 if (AL.isArgIdent(0)) { in handleConsumableAttr()1203 if (AL.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()1228 if (AL.isArgIdent(0)) { in handleParamTypestateAttr()1262 if (AL.isArgIdent(0)) { in handleReturnTypestateAttr()1309 if (AL.isArgIdent(0)) { in handleSetTypestateAttr()1331 if (AL.isArgIdent(0)) { in handleTestTypestateAttr()1696 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()1946 if (!AL.isArgIdent(ArgNo)) { in handleCPUSpecificAttr()2628 if (!AL.isArgIdent(0)) { in handleObjCMethodFamilyAttr()[all …]
90 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()6172 if (Attr.isArgIdent(0)) { in HandleAddressSpaceTypeAttribute()6277 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()6448 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()7349 if (Attr.isArgIdent(0)) { in HandleVectorSizeAttr()7387 if (Attr.isArgIdent(0)) { in HandleExtVectorTypeAttr()
387 bool isArgIdent(unsigned Arg) const { in isArgIdent() function