#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;
ElementsAre;
Not;
TEST(Type, GetTypeScopeAndBasename) { … }
namespace {
MATCHER_P(Matches, pattern, "") { … }
MATCHER_P(MatchesIgnoringModules, pattern, "") { … }
MATCHER_P(MatchesWithStrictNamespaces, pattern, "") { … }
}
TEST(Type, TypeQueryFlags) { … }
TEST(Type, CompilerContextPattern) { … }