HomeSort by: relevance | last modified time | path
    Searched defs:SelectorTable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp 396 // SelectorTable Implementation
669 SelectorTable::constructSetterName(StringRef Name) {
677 SelectorTable::constructSetterSelector(IdentifierTable &Idents,
678 SelectorTable &SelTable,
685 std::string SelectorTable::getPropertyNameFromSetterSelector(Selector Sel) {
691 size_t SelectorTable::getTotalMemory() const {
696 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) {
722 SelectorTable::SelectorTable() {
726 SelectorTable::~SelectorTable()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 370 SelectorMap SelectorTable;
2334 SmallVectorImpl<TypedSelector> &Types = SelectorTable[Sel];
3624 ExistingProtocols.empty() && SelectorTable.empty())
3679 auto &table = SelectorTable; // MSVC workaround

Completed in 22 milliseconds