Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/lang/cpp/const_this/
H A Dmain.cpp10 template <class T> T templateFunc(T x) const { in templateFunc() function
24 template <class T> T templateFunc(T x) const { in templateFunc() function
32 return c.func() + c.templateFunc(1) + t.func() + t.templateFunc(1); in main()
/llvm-project-15.0.7/clang/test/Analysis/copypaste/
H A Dcall.cpp41 bool templateFunc() { unsigned i = N; return false; } in templateFunc() function
47 return templateFunc<int, 1>(); in fooTemplate1()
55 return templateFunc<long, 1>(); in fooTemplate2()
63 return templateFunc<long, 2>(); in fooTemplate3()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Darrow-operator.cpp108 void templateFunc(const TemplateStruct<I> &ts) { in templateFunc() function
113 template void templateFunc<0>(const TemplateStruct<0> &); // expected-note {{requested here}}