Searched refs:isArgExpr (Results 1 – 6 of 6) sorted by relevance
27 if (!AL.isArgExpr(0)) { in handleInterruptAttr()
50 if (!AL.isArgExpr(0)) { in handleInterruptAttr()
545 assert(AI.isArgExpr(AttrArgNo) && "Expected expression argument"); in checkParamIsIntegerType()791 if (!AL.isArgExpr(0)) in handleDiagnoseAsBuiltinAttr()813 if (!AL.isArgExpr(I)) { in handleDiagnoseAsBuiltinAttr()3650 } else if (AL.isArgExpr(I)) { in handleCallbackAttr()5743 if (AL.isArgExpr(0) && AL.getArgAsExpr(0) && in handleDeprecatedAttr()5750 else if (AL.isArgExpr(1) && AL.getArgAsExpr(1) && in handleDeprecatedAttr()6200 if (!AL.isArgExpr(3) || !S.checkUInt32Argument(AL, AL.getArgAsExpr(3), in handleVTablePointerAuthentication()
2003 if (Attr.isArgExpr(0) && Attr.getArgAsExpr(0)) in handleNSErrorDomain()
7458 if (Attr.isArgExpr(0)) in getCCTypeAttr()
394 bool isArgExpr(unsigned Arg) const { in isArgExpr() function