Searched refs:SelectorAndID (Results 1 – 1 of 1) sorted by relevance
3309 for (auto &SelectorAndID : SelectorIDs) { in WriteSelectors() local3310 Selector S = SelectorAndID.first; in WriteSelectors()3311 SelectorID ID = SelectorAndID.second; in WriteSelectors()4789 for (auto &SelectorAndID : SelectorIDs) in WriteASTCore() local4790 AllSelectors.push_back(SelectorAndID.first); in WriteASTCore()