Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h632 class LVScopeFormalPack final : public LVScope {
634 LVScopeFormalPack() : LVScope() { setIsTemplatePack(); } in LVScopeFormalPack() function
635 LVScopeFormalPack(const LVScopeFormalPack &) = delete;
636 LVScopeFormalPack &operator=(const LVScopeFormalPack &) = delete;
637 ~LVScopeFormalPack() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1748 bool LVScopeFormalPack::equals(const LVScope *Scope) const { in printExtra()
1754 void LVScopeFormalPack::printExtra(raw_ostream &OS, bool Full) const {