Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1541 ClassTemplateDecl *class_template_decl, in ClassTemplateAllowsToInstantiationArgs() argument
1591 return class_template_decl; in ClassTemplateAllowsToInstantiationArgs()
1611 if (!class_template_decl) in CreateClassTemplateDecl()
1622 return class_template_decl; in CreateClassTemplateDecl()
1650 class_template_decl->setDeclName(decl_name); in CreateClassTemplateDecl()
1652 class_template_decl->init(template_cxx_decl); in CreateClassTemplateDecl()
1657 class_template_decl->setAccess( in CreateClassTemplateDecl()
1660 decl_ctx->addDecl(class_template_decl); in CreateClassTemplateDecl()
1662 VerifyDecl(class_template_decl); in CreateClassTemplateDecl()
1664 return class_template_decl; in CreateClassTemplateDecl()
[all …]
H A DTypeSystemClang.h433 clang::ClassTemplateDecl *class_template_decl, int kind,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1808 clang::ClassTemplateDecl *class_template_decl = in ParseStructureLikeDIE() local
1812 if (!class_template_decl) { in ParseStructureLikeDIE()
1826 decl_ctx, GetOwningClangModule(die), class_template_decl, in ParseStructureLikeDIE()
1832 m_ast.SetMetadata(class_template_decl, metadata); in ParseStructureLikeDIE()