llvm/clang/unittests/AST/TemplateNameTest.cpp

//===- unittests/AST/TemplateNameTest.cpp --- Tests for TemplateName ------===//
//
// 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 "ASTPrint.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "llvm/Support/raw_ostream.h"
#include "gtest/gtest.h"

namespace clang {
namespace {
usingnamespaceast_matchers;

std::string printTemplateName(TemplateName TN, const PrintingPolicy &Policy,
                              TemplateName::Qualified Qual) {}

TEST(TemplateName, PrintTemplate) {}

TEST(TemplateName, PrintUsingTemplate) {}

TEST(TemplateName, QualifiedUsingTemplate) {}

TEST(TemplateName, UsingTemplate) {}

} // namespace
} // namespace clang