LLVM: EqualScopesMatcher Struct Reference (original) (raw)

Public Member Functions
void insert (DIScope *S, LineColumn Loc)
DIScope * match (DIScope *S, LineColumn Loc)
Public Attributes
SmallPtrSet< DIScope *, 8 > Scopes

Detailed Description

Definition at line 186 of file DebugInfoMetadata.cpp.

Member Function Documentation

insert()

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

Definition at line 189 of file DebugInfoMetadata.cpp.

References Scopes.

match()

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

Definition at line 191 of file DebugInfoMetadata.cpp.

References Scopes.

Member Data Documentation

Scopes

SmallPtrSet<DIScope *, 8> EqualScopesMatcher::Scopes

Definition at line 187 of file DebugInfoMetadata.cpp.

Referenced by insert(), and match().


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