clang
20.0.0git
lib
AST
ASTImporterLookupTable.cpp
Go to the documentation of this file.
1
//===- ASTImporterLookupTable.cpp - ASTImporter specific lookup -----------===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
//
9
// This file defines the ASTImporterLookupTable class which implements a
10
// lookup procedure for the import mechanism.
11
//
12
//===----------------------------------------------------------------------===//
13
14
#include "
clang/AST/ASTImporterLookupTable.h
"
15
#include "
clang/AST/Decl.h
"
16
#include "
clang/AST/RecursiveASTVisitor.h
"
17
#include "llvm/Support/FormatVariadic.h"
18
19
namespace
clang
{
20
21
namespace
{
22
23
struct
Builder : RecursiveASTVisitor<Builder> {
24
ASTImporterLookupTable &