LLVM 22.0.0git
EqualScopesMatcher Struct Reference

Public Member Functions

void insert (DIScope *S, LineColumn Loc)
DIScopematch (DIScope *S, LineColumn Loc)

Public Attributes

SmallPtrSet< DIScope *, 8 > Scopes

Detailed Description

Definition at line 182 of file DebugInfoMetadata.cpp.

Member Function Documentation

◆ insert()

void EqualScopesMatcher::insert ( DIScope * S,
LineColumn Loc )
inline

Definition at line 185 of file DebugInfoMetadata.cpp.

References Scopes.

◆ match()

DIScope * EqualScopesMatcher::match ( DIScope * S,
LineColumn Loc )
inline

Definition at line 187 of file DebugInfoMetadata.cpp.

References Scopes.

Member Data Documentation

◆ Scopes

SmallPtrSet<DIScope *, 8> EqualScopesMatcher::Scopes

Definition at line 183 of file DebugInfoMetadata.cpp.

Referenced by insert(), and match().


The documentation for this struct was generated from the following file: