Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp402 const auto NonConstRefParam = forEachArgumentWithParamType( in findDirectMutation() local
409 anyOf(callExpr(NonConstRefParam, NotInstantiated), in findDirectMutation()
410 cxxConstructExpr(NonConstRefParam, NotInstantiated), in findDirectMutation()
619 const auto NonConstRefParam = forEachArgumentWithParam( in findFunctionArgMutation() local
628 expr(anyOf(callExpr(NonConstRefParam, IsInstantiated, FuncDecl, in findFunctionArgMutation()
631 cxxConstructExpr(NonConstRefParam, IsInstantiated, in findFunctionArgMutation()