15#ifndef LLVM_CLANG_ANALYSIS_SCALABLE_MODEL_ENTITY_ID_H
16#define LLVM_CLANG_ANALYSIS_SCALABLE_MODEL_ENTITY_ID_H
35 explicit EntityId(
size_t Index) : Index(Index) {}
Manages entity name interning and provides efficient EntityId handles.
Lightweight opaque handle representing an entity in an EntityIdTable.
bool operator==(const EntityId &Other) const
bool operator!=(const EntityId &Other) const
friend class EntityIdTable
bool operator<(const EntityId &Other) const
@ Other
Other implicit parameter.