llvm/clang-tools-extra/clangd/unittests/ASTTests.cpp

//===-- ASTTests.cpp --------------------------------------------*- C++ -*-===//
//
// 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 "AST.h"

#include "Annotations.h"
#include "ParsedAST.h"
#include "TestTU.h"
#include "index/Symbol.h"
#include "clang/AST/ASTTypeTraits.h"
#include "clang/AST/Attr.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclBase.h"
#include "clang/Basic/AttrKinds.h"
#include "clang/Basic/SourceManager.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Casting.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <cstddef>
#include <string>
#include <vector>

namespace clang {
namespace clangd {
namespace {
Contains;
Each;
IsEmpty;

TEST(GetDeducedType, KwAutoKwDecltypeExpansion) {}

TEST(ClangdAST, GetOnlyInstantiation) {}

TEST(ClangdAST, GetContainedAutoParamType) {}

TEST(ClangdAST, GetQualification) {}

TEST(ClangdAST, PrintType) {}

TEST(ClangdAST, IsDeeplyNested) {}

MATCHER_P(attrKind, K, "") {}

MATCHER(implicitAttr, "") {}

TEST(ClangdAST, GetAttributes) {}

TEST(ClangdAST, HasReservedName) {}

TEST(ClangdAST, PreferredIncludeDirective) {}

} // namespace
} // namespace clangd
} // namespace clang