Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp272 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation() local
275 cxxMemberCallExpr(callee(NonConstMethod), in findDirectMutation()
277 cxxOperatorCallExpr(callee(NonConstMethod), in findDirectMutation()
297 callee(memberExpr(hasDeclaration(NonConstMethod), in findDirectMutation()