Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1536 ClassTemplateDecl *class_template_decl, in ClassTemplateAllowsToInstantiationArgs() argument
1539 TemplateParameterList &params = *class_template_decl->getTemplateParameters(); in ClassTemplateAllowsToInstantiationArgs()
1585 return class_template_decl; in ClassTemplateAllowsToInstantiationArgs()
1594 ClassTemplateDecl *class_template_decl = nullptr; in CreateClassTemplateDecl() local
1604 class_template_decl = dyn_cast<clang::ClassTemplateDecl>(decl); in CreateClassTemplateDecl()
1605 if (!class_template_decl) in CreateClassTemplateDecl()
1613 if (!ClassTemplateAllowsToInstantiationArgs(class_template_decl, in CreateClassTemplateDecl()
1616 return class_template_decl; in CreateClassTemplateDecl()
1641 class_template_decl = ClassTemplateDecl::CreateDeserialized(ast, 0); in CreateClassTemplateDecl()
1643 class_template_decl->setDeclContext(decl_ctx); in CreateClassTemplateDecl()
[all …]
H A DTypeSystemClang.h370 clang::ClassTemplateDecl *class_template_decl, int kind,
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1770 clang::ClassTemplateDecl *class_template_decl = in ParseStructureLikeDIE() local
1774 if (!class_template_decl) { in ParseStructureLikeDIE()
1788 decl_ctx, GetOwningClangModule(die), class_template_decl, in ParseStructureLikeDIE()
1794 m_ast.SetMetadata(class_template_decl, metadata); in ParseStructureLikeDIE()