clang 19.0.0git
Public Types | Public Member Functions | List of all members
clang::Sema::GlobalMethodPool Class Reference

#include "clang/Sema/Sema.h"

Public Types

using Lists = std::pair< ObjCMethodList, ObjCMethodList >
 
using iterator = llvm::DenseMap< Selector, Lists >::iterator
 

Public Member Functions

iterator begin ()
 
iterator end ()
 
iterator find (Selector Sel)
 
std::pair< iterator, boolinsert (std::pair< Selector, Lists > &&Val)
 
int count (Selector Sel) const
 
bool empty () const
 

Detailed Description

Definition at line 11815 of file Sema.h.

Member Typedef Documentation

◆ iterator

using clang::Sema::GlobalMethodPool::iterator = llvm::DenseMap<Selector, Lists>::iterator

Definition at line 11818 of file Sema.h.

◆ Lists

Definition at line 11817 of file Sema.h.

Member Function Documentation

◆ begin()

iterator clang::Sema::GlobalMethodPool::begin ( )
inline

◆ count()

int clang::Sema::GlobalMethodPool::count ( Selector  Sel) const
inline

Definition at line 11825 of file Sema.h.

Referenced by AddClassMessageCompletions().

◆ empty()

bool clang::Sema::GlobalMethodPool::empty ( ) const
inline

Definition at line 11826 of file Sema.h.

◆ end()

iterator clang::Sema::GlobalMethodPool::end ( )
inline

◆ find()

iterator clang::Sema::GlobalMethodPool::find ( Selector  Sel)
inline

◆ insert()

std::pair< iterator, bool > clang::Sema::GlobalMethodPool::insert ( std::pair< Selector, Lists > &&  Val)
inline

Definition at line 11822 of file Sema.h.

Referenced by clang::ASTReader::ReadMethodPool().


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