Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeCompletion/
Dlambdas.cpp32 using function_typedef = function<void(vector<int>)>; in test2() typedef
33 function_typedef b = {}; in test2()