Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DRedundantVoidArgCheck.cpp50 auto ParenFunctionType = parenType(innerType(functionType())); in registerMatchers() local
51 auto PointerToFunctionType = pointee(ParenFunctionType); in registerMatchers()
58 hasDestinationType(pointsTo(ParenFunctionType)); in registerMatchers()