Home
last modified time | relevance | path

Searched refs:LVScopeTemplatePack (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h816 class LVScopeTemplatePack final : public LVScope {
818 LVScopeTemplatePack() : LVScope() { setIsTemplatePack(); } in LVScopeTemplatePack() function
819 LVScopeTemplatePack(const LVScopeTemplatePack &) = delete;
820 LVScopeTemplatePack &operator=(const LVScopeTemplatePack &) = delete;
821 ~LVScopeTemplatePack() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp2101 bool LVScopeTemplatePack::equals(const LVScope *Scope) const { in doPrintMatches()
2107 void LVScopeTemplatePack::printExtra(raw_ostream &OS, bool Full) const {