Searched refs:isArgIdent (Results 1 – 8 of 8) sorted by relevance
1636 if (!AL.isArgIdent(0)) { in handleMethodFamilyAttr()1702 if (!AL.isArgIdent(0)) { in handleBlocksAttr()1999 Attr.isArgIdent(0) ? Attr.getArgAsIdent(0) : nullptr; in handleNSErrorDomain()2026 IdentifierLoc *Parm = AL.isArgIdent(0) ? AL.getArgAsIdent(0) : nullptr; in handleBridgeAttr()2053 IdentifierLoc *Parm = AL.isArgIdent(0) ? AL.getArgAsIdent(0) : nullptr; in handleBridgeMutableAttr()2066 AL.isArgIdent(0) ? AL.getArgAsIdent(0)->Ident : nullptr; in handleBridgeRelatedAttr()
441 if (!AL.isArgIdent(0)) { in handleResourceClassAttr()466 if (!AL.isArgIdent(0)) { in handleResourceBindingAttr()479 if (!AL.isArgIdent(1)) { in handleResourceBindingAttr()
135 if (AL.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()958 if (AL.isArgIdent(0)) { in handleConsumableAttr()1003 if (AL.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()1028 if (AL.isArgIdent(0)) { in handleParamTypestateAttr()1062 if (AL.isArgIdent(0)) { in handleReturnTypestateAttr()1109 if (AL.isArgIdent(0)) { in handleSetTypestateAttr()1131 if (AL.isArgIdent(0)) { in handleTestTypestateAttr()1457 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()1758 if (!AL.isArgIdent(ArgNo)) { in handleCPUSpecificAttr()3314 if (!AL.isArgIdent(0)) { in handleEnumExtensibilityAttr()[all …]
634 if (!AL.isArgIdent(0)) { in handleNewType()658 if (!AL.isArgIdent(0)) { in handleAsyncAttr()
598 if (A.isArgIdent(0)) { in handleHLSLLoopHintAttr()
1197 if (!AL.isArgIdent(0)) { in handleBuiltinAliasAttr()
103 IdentifierInfo *II = attr.isArgIdent(0) ? attr.getArgAsIdent(0)->Ident in diagnoseBadTypeAttribute()6601 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()6772 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()8464 assert(!PA.isArgIdent(Idx)); in HandleAnnotateTypeAttr()
402 bool isArgIdent(unsigned Arg) const { in isArgIdent() function