clang 19.0.0git
Public Member Functions | List of all members
clang::ento::ObjCSummaryKey Class Reference

A key identifying a summary. More...

#include "clang/Analysis/RetainSummaryManager.h"

Public Member Functions

 ObjCSummaryKey (IdentifierInfo *ii, Selector s)
 
 ObjCSummaryKey (const ObjCInterfaceDecl *d, Selector s)
 
 ObjCSummaryKey (Selector s)
 
IdentifierInfogetIdentifier () const
 
Selector getSelector () const
 

Detailed Description

A key identifying a summary.

Definition at line 208 of file RetainSummaryManager.h.

Constructor & Destructor Documentation

◆ ObjCSummaryKey() [1/3]

clang::ento::ObjCSummaryKey::ObjCSummaryKey ( IdentifierInfo ii,
Selector  s 
)
inline

Definition at line 212 of file RetainSummaryManager.h.

◆ ObjCSummaryKey() [2/3]

clang::ento::ObjCSummaryKey::ObjCSummaryKey ( const ObjCInterfaceDecl d,
Selector  s 
)
inline

Definition at line 215 of file RetainSummaryManager.h.

◆ ObjCSummaryKey() [3/3]

clang::ento::ObjCSummaryKey::ObjCSummaryKey ( Selector  s)
inline

Definition at line 218 of file RetainSummaryManager.h.

Member Function Documentation

◆ getIdentifier()

IdentifierInfo * clang::ento::ObjCSummaryKey::getIdentifier ( ) const
inline

◆ getSelector()

Selector clang::ento::ObjCSummaryKey::getSelector ( ) const
inline

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