clang 24.0.0git
EntityLinker.h File Reference
#include "clang/ScalableStaticAnalysis/Core/EntityLinker/LUSummaryEncoding.h"
#include "clang/ScalableStaticAnalysis/Core/Model/EntityLinkage.h"
#include "llvm/Support/Error.h"
#include "llvm/TargetParser/Triple.h"
#include <cstddef>
#include <map>
#include <memory>
#include <set>
#include <vector>

Go to the source code of this file.

Classes

class  clang::ssaf::EntityLinker

Namespaces

namespace  clang
 Top level wrappers for InstallAPI frontend operations.
namespace  clang::ssaf

Functions

NestedBuildNamespace clang::ssaf::resolveNamespace (const NestedBuildNamespace &LUNamespace, const NestedBuildNamespace &TUNamespace, const NestedBuildNamespace &EntityNamespace, EntityLinkageType Linkage)
 Computes the build namespace an entity should carry after linking, given its linkage.