llvm/lldb/unittests/Symbol/TestType.cpp

//===-- TestType.cpp ------------------------------------------------------===//
//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "gmock/gmock.h"
#include "gtest/gtest.h"

#include "lldb/Symbol/Type.h"
#include "lldb/lldb-enumerations.h"
#include "lldb/lldb-private-enumerations.h"

usingnamespacelldb;
usingnamespacelldb_private;
Not;

TEST(Type, GetTypeScopeAndBasename) {}

namespace {
MATCHER_P(Matches, pattern, "") {}
MATCHER_P(MatchesIgnoringModules, pattern, "") {}
} // namespace

TEST(Type, CompilerContextPattern) {}