Home
last modified time | relevance | path

Searched refs:NonConstMethod (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp206 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation() local
208 expr(anyOf(cxxMemberCallExpr(callee(NonConstMethod), on(equalsNode(Exp))), in findDirectMutation()
209 cxxOperatorCallExpr(callee(NonConstMethod), in findDirectMutation()