clang API Documentation

Public Types | Public Member Functions | Static Public Member Functions
clang::MultiKeywordSelector Class Reference
Inheritance diagram for clang::MultiKeywordSelector:
Inheritance graph
[legend]
Collaboration diagram for clang::MultiKeywordSelector:
Collaboration graph
[legend]

List of all members.

Public Types

typedef IdentifierInfo *const * keyword_iterator

Public Member Functions

 MultiKeywordSelector (unsigned nKeys, IdentifierInfo **IIV)
std::string getName () const
unsigned getNumArgs () const
keyword_iterator keyword_begin () const
keyword_iterator keyword_end () const
IdentifierInfogetIdentifierInfoForSlot (unsigned i) const
void Profile (llvm::FoldingSetNodeID &ID)

Static Public Member Functions

static void Profile (llvm::FoldingSetNodeID &ID, keyword_iterator ArgTys, unsigned NumArgs)

Detailed Description

MultiKeywordSelector - One of these variable length records is kept for each selector containing more than one keyword. We use a folding set to unique aggregate names (keyword selectors in ObjC parlance). Access to this class is provided strictly through Selector.

Definition at line 311 of file IdentifierTable.cpp.


Member Typedef Documentation

Definition at line 333 of file IdentifierTable.cpp.


Constructor & Destructor Documentation

clang::MultiKeywordSelector::MultiKeywordSelector ( unsigned  nKeys,
IdentifierInfo **  IIV 
) [inline]

Definition at line 318 of file IdentifierTable.cpp.


Member Function Documentation

Definition at line 340 of file IdentifierTable.cpp.

Referenced by clang::Selector::getIdentifierInfoForSlot().

std::string MultiKeywordSelector::getName ( ) const

Definition at line 382 of file IdentifierTable.cpp.

References keyword_begin(), and keyword_end().

Referenced by clang::Selector::getAsString().

Definition at line 331 of file IdentifierTable.cpp.

Referenced by clang::Selector::getNumArgs().

Definition at line 334 of file IdentifierTable.cpp.

Referenced by getName().

Definition at line 337 of file IdentifierTable.cpp.

Referenced by getName().

static void clang::MultiKeywordSelector::Profile ( llvm::FoldingSetNodeID &  ID,
keyword_iterator  ArgTys,
unsigned  NumArgs 
) [inline, static]

Definition at line 344 of file IdentifierTable.cpp.

Referenced by clang::SelectorTable::getSelector().

void clang::MultiKeywordSelector::Profile ( llvm::FoldingSetNodeID &  ID) [inline]

Definition at line 350 of file IdentifierTable.cpp.


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