Searched refs:AppendCall (Results 1 – 1 of 1) sorted by relevance
109 const auto AppendCall = expr(ignoringImplicit(AppendCallExpr)); in addMatcher() local119 anyOf(compoundStmt(statementCountIs(1), has(AppendCall)), AppendCall)); in addMatcher()202 const CXXMemberCallExpr *AppendCall = in check() local204 assert(AppendCall && "no append call expression"); in check()244 AppendCall->getImplicitObjectArgument()->getSourceRange()), in check()265 auto Diag = diag(AppendCall->getBeginLoc(), in check()268 << AppendCall->getMethodDecl()->getDeclName(); in check()