Searched refs:isArgIdent (Results 1 – 9 of 9) sorted by relevance
1632 if (!AL.isArgIdent(0)) { in handleMethodFamilyAttr()1700 if (!AL.isArgIdent(0)) { in handleBlocksAttr()1997 Attr.isArgIdent(0) ? Attr.getArgAsIdent(0) : nullptr; in handleNSErrorDomain()2024 IdentifierLoc *Parm = AL.isArgIdent(0) ? AL.getArgAsIdent(0) : nullptr; in handleBridgeAttr()2051 IdentifierLoc *Parm = AL.isArgIdent(0) ? AL.getArgAsIdent(0) : nullptr; in handleBridgeMutableAttr()2064 AL.isArgIdent(0) ? AL.getArgAsIdent(0)->getIdentifierInfo() : nullptr; in handleBridgeRelatedAttr()
648 if (!AL.isArgIdent(0)) { in handleNewType()672 if (!AL.isArgIdent(0)) { in handleAsyncAttr()
136 if (AL.isArgIdent(ArgNum)) { in checkStringLiteralArgumentAttr()975 if (AL.isArgIdent(0)) { in handleConsumableAttr()1020 if (AL.isArgIdent(ArgIndex)) { in handleCallableWhenAttr()1045 if (AL.isArgIdent(0)) { in handleParamTypestateAttr()1079 if (AL.isArgIdent(0)) { in handleReturnTypestateAttr()1126 if (AL.isArgIdent(0)) { in handleSetTypestateAttr()1148 if (AL.isArgIdent(0)) { in handleTestTypestateAttr()1479 if (!AL.isArgIdent(0)) { in handleOwnershipAttr()1874 if (!AL.isArgIdent(ArgNo)) { in handleCPUSpecificAttr()3737 if (!AL.isArgIdent(0)) { in handleEnumExtensibilityAttr()[all …]
641 if (!AL.isArgIdent(ArgIndex)) { in handleAtomicAttr()
1718 if (!AL.isArgIdent(0)) { in handleResourceTypeAttr()1980 if (!AL.isArgIdent(0)) { in handleResourceBindingAttr()1990 if (!AL.isArgIdent(1)) { in handleResourceBindingAttr()
1189 if (!AL.isArgIdent(0)) { in handleBuiltinAliasAttr()
103 attr.isArgIdent(0) ? attr.getArgAsIdent(0)->getIdentifierInfo() : nullptr; in diagnoseBadTypeAttribute()6628 if (!attr.isArgIdent(0)) { in handleObjCOwnershipTypeAttr()6799 if (!attr.isArgIdent(0)) { in handleObjCGCTypeAttr()8696 assert(!PA.isArgIdent(Idx)); in HandleAnnotateTypeAttr()
2954 assert(!AL.isArgIdent(Idx)); in CreateAnnotationAttr()
385 bool isArgIdent(unsigned Arg) const { in isArgIdent() function