Searched refs:SelectorAndID (Results 1 – 1 of 1) sorted by relevance
3661 for (auto &SelectorAndID : SelectorIDs) { in WriteSelectors() local3662 Selector S = SelectorAndID.first; in WriteSelectors()3663 SelectorID ID = SelectorAndID.second; in WriteSelectors()6013 for (auto &SelectorAndID : SelectorIDs) in WriteASTCore() local6014 AllSelectors.push_back(SelectorAndID.first); in WriteASTCore()