Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp52 auto ParenFunctionType = parenType(innerType(functionType())); in registerMatchers() local
53 auto PointerToFunctionType = pointee(ParenFunctionType); in registerMatchers()
60 hasDestinationType(pointsTo(ParenFunctionType)); in registerMatchers()