Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp596 struct SelectorTableImpl { struct
603 static SelectorTableImpl &getSelectorTableImpl(void *P) { in getSelectorTableImpl()
604 return *static_cast<SelectorTableImpl*>(P); in getSelectorTableImpl()
631 SelectorTableImpl &SelTabImpl = getSelectorTableImpl(Impl); in getTotalMemory()
639 SelectorTableImpl &SelTabImpl = getSelectorTableImpl(Impl); in getSelector()
662 Impl = new SelectorTableImpl(); in SelectorTable()