Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h364 CreateClassTemplateSpecializationType(clang::ClassTemplateSpecializationDecl *
H A DTypeSystemClang.cpp1697 CompilerType TypeSystemClang::CreateClassTemplateSpecializationType( in CreateClassTemplateSpecializationType() function in TypeSystemClang
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp482 CompilerType type = m_ast->CreateClassTemplateSpecializationType(spec_decl); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1726 clang_type = m_ast.CreateClassTemplateSpecializationType( in ParseStructureLikeDIE()