Searched refs:SelectorAndID (Results 1 – 1 of 1) sorted by relevance
3115 for (auto &SelectorAndID : SelectorIDs) { in WriteSelectors() local3116 Selector S = SelectorAndID.first; in WriteSelectors()3117 SelectorID ID = SelectorAndID.second; in WriteSelectors()4587 for (auto &SelectorAndID : SelectorIDs) in WriteASTCore() local4588 AllSelectors.push_back(SelectorAndID.first); in WriteASTCore()