Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp477 ClassTemplateSpecializationDecl *spec_decl = in TEST_F() local
481 ASSERT_NE(spec_decl, nullptr); in TEST_F()
482 CompilerType type = m_ast->CreateClassTemplateSpecializationType(spec_decl); in TEST_F()