Searched refs:isArgIdent (Results 1 – 6 of 6) sorted by relevance
374 if (AL.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()1160 if (AL.isArgIdent(0)) { in handleConsumableAttr()1205 if (AL.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()1230 if (AL.isArgIdent(0)) { in handleParamTypestateAttr()1264 if (AL.isArgIdent(0)) { in handleReturnTypestateAttr()1311 if (AL.isArgIdent(0)) { in handleSetTypestateAttr()1333 if (AL.isArgIdent(0)) { in handleTestTypestateAttr()1698 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()1948 if (!AL.isArgIdent(ArgNo)) { in handleCPUSpecificAttr()2651 if (!AL.isArgIdent(0)) { in handleObjCMethodFamilyAttr()[all …]
91 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()6438 if (Attr.isArgIdent(0)) { in HandleAddressSpaceTypeAttribute()6543 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()6714 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()7663 if (Attr.isArgIdent(0)) { in HandleVectorSizeAttr()7701 if (Attr.isArgIdent(0)) { in HandleExtVectorTypeAttr()7995 if (Attr.isArgIdent(0)) { in HandleMatrixTypeAttr()8014 if (Attr.isArgIdent(1)) { in HandleMatrixTypeAttr()
318 if (Attr.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()877 if (Attr.isArgIdent(0)) { in handleConsumableAttr()927 if (Attr.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()955 if (Attr.isArgIdent(0)) { in handleParamTypestateAttr()992 if (Attr.isArgIdent(0)) { in handleReturnTypestateAttr()1041 if (Attr.isArgIdent(0)) { in handleSetTypestateAttr()1066 if (Attr.isArgIdent(0)) { in handleTestTypestateAttr()1388 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()2328 if (!Attr.isArgIdent(0)) { in handleObjCMethodFamilyAttr()2401 if (!Attr.isArgIdent(0)) { in handleBlocksAttr()[all …]
83 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()4807 assert((attrs->isArgIdent(0) || attrs->isArgExpr(0)) && in fillAttributedTypeLoc()4809 if (attrs->isArgIdent(0)) in fillAttributedTypeLoc()5400 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()5571 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()6375 if (Attr.isArgIdent(0)) { in HandleExtVectorTypeAttr()
425 bool isArgIdent(unsigned Arg) const { in isArgIdent() function
470 bool isArgIdent(unsigned Arg) const { in isArgIdent() function