Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1515 ClassTemplateDecl *class_template_decl, in ClassTemplateAllowsToInstantiationArgs() argument
1564 return class_template_decl; in ClassTemplateAllowsToInstantiationArgs()
1584 if (!class_template_decl) in CreateClassTemplateDecl()
1595 return class_template_decl; in CreateClassTemplateDecl()
1622 class_template_decl->setDeclContext(decl_ctx); in CreateClassTemplateDecl()
1623 class_template_decl->setDeclName(decl_name); in CreateClassTemplateDecl()
1629 class_template_decl->setAccess( in CreateClassTemplateDecl()
1632 decl_ctx->addDecl(class_template_decl); in CreateClassTemplateDecl()
1634 VerifyDecl(class_template_decl); in CreateClassTemplateDecl()
1636 return class_template_decl; in CreateClassTemplateDecl()
[all …]
H A DTypeSystemClang.h360 clang::ClassTemplateDecl *class_template_decl, int kind,
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1706 clang::ClassTemplateDecl *class_template_decl = in ParseStructureLikeDIE() local
1710 if (!class_template_decl) { in ParseStructureLikeDIE()
1724 decl_ctx, GetOwningClangModule(die), class_template_decl, in ParseStructureLikeDIE()
1730 m_ast.SetMetadata(class_template_decl, metadata); in ParseStructureLikeDIE()