Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/PCH/
H A Dchain-cxx.cpp37 template <typename T> struct TS2;
38 typedef TS2<int> TS2int;
99 template <typename T> struct TS2 { }; struct
H A Dpragma-diag-section.cpp29 struct TS2 { struct
43 TS2<int> ts2; in f() argument
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unused-filescoped.cpp98 struct TS2 { struct
101 template <> int TS2<int>::x; // expected-warning{{unused variable 'x'}}
H A Ddestructor.cpp218 template<class T> class TS2 { // expected-warning {{'nonvirtualdtor::TS2<int>' has virtual function… class
222 TS2<int> foo; // expected-note {{instantiation}}
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DAddConstTest.cpp1014 StringRef TS2 = "template <> struct TS<double> { TS(const double&) {} }; "; in TEST() local
1017 auto Cat = [&](StringRef S) { return (TS + TS2 + T + S).str(); }; in TEST()