Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp148 T mFunction; in func() member
150 Struct(T function) : mFunction(function) {}; in func()
153 mFunction(); in func()