Searched refs:isArgExpr (Results 1 – 6 of 6) sorted by relevance
418 bool isArgExpr(unsigned Arg) const { in isArgExpr() function
462 bool isArgExpr(unsigned Arg) const { in isArgExpr() function
849 assert(AI.isArgExpr(AttrArgNo) && "Expected expression argument"); in checkParamIsIntegerType()3518 } else if (AL.isArgExpr(I)) { in handleCallbackAttr()6310 if (!AL.isArgExpr(0)) { in handleMSP430InterruptAttr()7029 if (AL.isArgExpr(0) && AL.getArgAsExpr(0) && in handleDeprecatedAttr()7036 else if (AL.isArgExpr(1) && AL.getArgAsExpr(1) && in handleDeprecatedAttr()
7316 if (Attr.isArgExpr(0)) in getCCTypeAttr()8008 assert(Attr.isArgExpr(0) && in HandleMatrixTypeAttr()8027 assert(Attr.isArgExpr(1) && in HandleMatrixTypeAttr()
4804 assert(attrs->isArgExpr(0) && "mismatched attribute operand kind"); in fillAttributedTypeLoc()4807 assert((attrs->isArgIdent(0) || attrs->isArgExpr(0)) && in fillAttributedTypeLoc()6084 if (Attr.isArgExpr(0)) in getCCTypeAttrKind()
4752 if (!Attr.isArgExpr(0)) { in handleMSP430InterruptAttr()5192 if (Attr.isArgExpr(0) && Attr.getArgAsExpr(0) && in handleDeprecatedAttr()5199 else if (Attr.isArgExpr(1) && Attr.getArgAsExpr(1) && in handleDeprecatedAttr()