Searched refs:SelectorTableImpl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Basic/
H A DIdentifierTable.cpp490 struct SelectorTableImpl { struct in namespace:clang::MultiKeywordSelector::__anon17797
496 static SelectorTableImpl &getSelectorTableImpl(void *P) {
497 return *static_cast<SelectorTableImpl*>(P);
518 SelectorTableImpl &SelTabImpl = getSelectorTableImpl(Impl);
526 SelectorTableImpl &SelTabImpl = getSelectorTableImpl(Impl);
549 Impl = new SelectorTableImpl();

Completed in 73 milliseconds