Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1509 ClassTemplateDecl *class_template_decl, in ClassTemplateAllowsToInstantiationArgs() argument
1558 return class_template_decl; in ClassTemplateAllowsToInstantiationArgs()
1578 if (!class_template_decl) in CreateClassTemplateDecl()
1589 return class_template_decl; in CreateClassTemplateDecl()
1617 class_template_decl->setDeclName(decl_name); in CreateClassTemplateDecl()
1622 if (class_template_decl) { in CreateClassTemplateDecl()
1624 class_template_decl->setAccess( in CreateClassTemplateDecl()
1627 decl_ctx->addDecl(class_template_decl); in CreateClassTemplateDecl()
1629 VerifyDecl(class_template_decl); in CreateClassTemplateDecl()
1632 return class_template_decl; in CreateClassTemplateDecl()
[all …]
H A DTypeSystemClang.h359 clang::ClassTemplateDecl *class_template_decl, int kind,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1612 clang::ClassTemplateDecl *class_template_decl = in ParseStructureLikeDIE() local
1616 if (!class_template_decl) { in ParseStructureLikeDIE()
1630 decl_ctx, GetOwningClangModule(die), class_template_decl, in ParseStructureLikeDIE()
1636 m_ast.SetMetadata(class_template_decl, metadata); in ParseStructureLikeDIE()