Home
last modified time | relevance | path

Searched defs:Functor (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dmember-function-template.cpp53 struct Functor { struct
60 void test_Functor(Functor f) { in test_Functor() argument
H A Dinstantiate-local-class.cpp81 struct Functor { in doIt() struct
82 void func() { (void)i; } in doIt()
83 int i; in doIt()