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()
549 assert(AI.isArgExpr(AttrArgNo) && "Expected expression argument"); in checkParamIsIntegerType()778 if (!AL.isArgExpr(0)) in handleDiagnoseAsBuiltinAttr()800 if (!AL.isArgExpr(I)) { in handleDiagnoseAsBuiltinAttr()4138 } else if (AL.isArgExpr(I)) { in handleCallbackAttr()4246 if (AL.isArgExpr(I)) { in ParseLifetimeCaptureByAttr()6487 if (AL.isArgExpr(0) && AL.getArgAsExpr(0) && in handleDeprecatedAttr()6494 else if (AL.isArgExpr(1) && AL.getArgAsExpr(1) && in handleDeprecatedAttr()6946 if (!AL.isArgExpr(3) || !S.checkUInt32Argument(AL, AL.getArgAsExpr(3), in handleVTablePointerAuthentication()
2001 if (Attr.isArgExpr(0) && Attr.getArgAsExpr(0)) in handleNSErrorDomain()
7540 if (Attr.isArgExpr(0)) in getCCTypeAttr()
379 bool isArgExpr(unsigned Arg) const { in isArgExpr() function