Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dreadability-casting.cpp217 typedef void (&FnRefVoid)(); in function_casts() typedef
236 g((FnRefVoid)overloaded_function); in function_casts()
H A Dreadability-casting.mm129 typedef void (&FnRefVoid)();
138 g((FnRefVoid)overloaded_function);