Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DMutatingCopyCheck.cpp28 const auto IsPartOfSource = in registerMatchers() local
34 expr(anyOf(binaryOperator(isAssignmentOperator(), hasLHS(IsPartOfSource)) in registerMatchers()
37 hasArgument(0, IsPartOfSource)) in registerMatchers()
54 cxxMemberCallExpr(on(IsPartOfSource), in registerMatchers()