Searched refs:SelectorAndID (Results 1 – 1 of 1) sorted by relevance
3574 for (auto &SelectorAndID : SelectorIDs) { in WriteSelectors() local3575 Selector S = SelectorAndID.first; in WriteSelectors()3576 SelectorID ID = SelectorAndID.second; in WriteSelectors()5450 for (auto &SelectorAndID : SelectorIDs) in WriteASTCore() local5451 AllSelectors.push_back(SelectorAndID.first); in WriteASTCore()