Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp334 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation() local
338 cxxOperatorCallExpr(callee(NonConstMethod), in findDirectMutation()
361 callee(memberExpr(hasDeclaration(NonConstMethod), in findDirectMutation()