|
clang 22.0.0git
|
Lightweight opaque handle representing an entity in an EntityIdTable. More...
#include "clang/Analysis/Scalable/Model/EntityId.h"
Public Member Functions | |
| bool | operator== (const EntityId &Other) const |
| bool | operator< (const EntityId &Other) const |
| bool | operator!= (const EntityId &Other) const |
Friends | |
| class | EntityIdTable |
Lightweight opaque handle representing an entity in an EntityIdTable.
EntityIds are created by EntityIdTable. Equality and ordering comparisons are well-defined for EntityIds created by the same EntityIdTable.
Definition at line 30 of file EntityId.h.
Definition at line 42 of file EntityId.h.
References clang::Other.
Definition at line 41 of file EntityId.h.
References clang::Other.
Definition at line 40 of file EntityId.h.
References clang::Other.
|
friend |