Searched refs:PointerToFunctionType (Results 1 – 1 of 1) sorted by relevance
51 auto PointerToFunctionType = pointee(ParenFunctionType); in registerMatchers() local53 anyOf(hasType(pointerType(PointerToFunctionType)), in registerMatchers()54 hasType(memberPointerType(PointerToFunctionType))); in registerMatchers()