Lines Matching refs:isArgIdent
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()
2887 if (!Attr.isArgIdent(0)) { in handleFormatAttr()
3428 if (!Attr.isArgIdent(0)) { in handleModeAttr()
4115 if (!Attr.isArgIdent(0)) { in handleArgumentWithTypeTagAttr()
4160 if (!Attr.isArgIdent(0)) { in handleTypeTagForDatatypeAttr()
4437 IdentifierLoc * Parm = Attr.isArgIdent(0) ? Attr.getArgAsIdent(0) : nullptr; in handleObjCBridgeAttr()
4467 IdentifierLoc * Parm = Attr.isArgIdent(0) ? Attr.getArgAsIdent(0) : nullptr; in handleObjCBridgeMutableAttr()
4482 Attr.isArgIdent(0) ? Attr.getArgAsIdent(0)->Ident : nullptr; in handleObjCBridgeRelatedAttr()