clang 20.0.0git
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
15#include "clang/AST/Decl.h"
17#include "llvm/Support/FormatVariadic.h"
18
19namespace clang {
20
21namespace {
22
23struct Builder : RecursiveASTVisitor<Builder> {
24 ASTImporterLookupTable &