Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DComparePointerToMemberVirtualFunctionCheck.cpp40 auto DirectMemberVirtualFunctionPointer = unaryOperator( in registerMatchers() local
51 anyOf(hasEitherOperand(DirectMemberVirtualFunctionPointer), in registerMatchers()