Home
last modified time | relevance | path

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

/llvm-project/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
/llvm-project/clang/test/Analysis/copypaste/
H A Dcall.cpp41 bool templateFunc() { unsigned i = N; return false; } in templateFunc() function
/llvm-project/clang/test/SemaCXX/
H A Darrow-operator.cpp110 void templateFunc(const TemplateStruct<I> &ts) { in templateFunc() function