Home
last modified time | relevance | path

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

/llvm-project/clang/test/PCH/
H A Dpragma-diag-section.cpp29 struct TS2 { struct
43 TS2<int> ts2; in f() argument
H A Dchain-cxx.cpp99 template <typename T> struct TS2 { }; struct
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unused-filescoped.cpp98 struct TS2 { struct
99 static int x;
H A Ddestructor.cpp217 template<class T> class TS2 { // expected-warning {{'nonvirtualdtor::TS2<int>' has virtual functions but non-virtual destructor}} class
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DAddConstTest.cpp1015 StringRef TS2 = "template <> struct TS<double> { TS(const double&) {} }; "; in TEST() local