Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp53 auto PointerToFunctionType = pointee(ParenFunctionType); in registerMatchers() local
55 anyOf(hasType(pointerType(PointerToFunctionType)), in registerMatchers()
56 hasType(memberPointerType(PointerToFunctionType))); in registerMatchers()