Searched refs:NonConstMethod (Results 1 – 1 of 1) sorted by relevance
206 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation() local208 expr(anyOf(cxxMemberCallExpr(callee(NonConstMethod), on(equalsNode(Exp))), in findDirectMutation()209 cxxOperatorCallExpr(callee(NonConstMethod), in findDirectMutation()