Searched defs:SelectorTable (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Basic/
H A DIdentifierTable.cpp342 // SelectorTable Implementation
582 SelectorTable::constructSetterName(StringRef Name) {
590 SelectorTable::constructSetterSelector(IdentifierTable &Idents,
591 SelectorTable &SelTable,
598 size_t SelectorTable::getTotalMemory() const {
603 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) {
629 SelectorTable::SelectorTable() { function in class:clang::MultiKeywordSelector::SelectorTable
633 SelectorTable::~SelectorTable() {
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp338 SelectorMap SelectorTable; member in class:__anon1230::CGObjCGNU
1089 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel];
2390 ExistingProtocols.empty() && SelectorTable.empty())
2447 for (SelectorMap::iterator iter = SelectorTable.begin(),
2448 iterEnd = SelectorTable.end(); iter != iterEnd ; ++iter) {

Completed in 181 milliseconds