Searched refs:ExpectNewTemplate (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 547 ExpectNewTemplate(std::string description, in ExpectNewTemplate() function in TestCreateClassTemplateDecl 596 ExpectNewTemplate("<>", infos); in TEST_F() 601 ClassTemplateDecl *single_type_arg = ExpectNewTemplate("<typename T>", infos); in TEST_F() 618 ExpectNewTemplate("<typename A, signed char I> (I = 47)", infos); in TEST_F() 635 ExpectNewTemplate("<typename A, int I> (I = 123)", infos); in TEST_F() 642 ExpectNewTemplate("<typename A, int I, typename B>", infos); in TEST_F() 661 ExpectNewTemplate("<typename ...> (int, int)", infos); in TEST_F() 688 ClassTemplateDecl *int_pack = ExpectNewTemplate("<int ...> (int = 1)", infos); in TEST_F() 700 ExpectNewTemplate("<long ...> (long = 1)", infos); in TEST_F() 705 ExpectNewTemplate("<typename T, long...> (T = int, long = 1)", infos); in TEST_F()
|