Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp318 const auto NonConstRefParam = forEachArgumentWithParamType( in findDirectMutation() local
329 callExpr(NonConstRefParam, NotInstantiated), in findDirectMutation()
330 cxxConstructExpr(NonConstRefParam, NotInstantiated), in findDirectMutation()
535 const auto NonConstRefParam = forEachArgumentWithParam( in findFunctionArgMutation() local
544 expr(anyOf(callExpr(NonConstRefParam, IsInstantiated, FuncDecl, in findFunctionArgMutation()
547 cxxConstructExpr(NonConstRefParam, IsInstantiated, in findFunctionArgMutation()