Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DRedundantVoidArgCheck.cpp51 auto PointerToFunctionType = pointee(ParenFunctionType); in registerMatchers() local
53 anyOf(hasType(pointerType(PointerToFunctionType)), in registerMatchers()
54 hasType(memberPointerType(PointerToFunctionType))); in registerMatchers()