Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp262 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation() local
265 cxxMemberCallExpr(callee(NonConstMethod), in findDirectMutation()
267 cxxOperatorCallExpr(callee(NonConstMethod), in findDirectMutation()
287 callee(memberExpr(hasDeclaration(NonConstMethod), in findDirectMutation()