Searched refs:SelectorAndID (Results 1 – 1 of 1) sorted by relevance
3412 for (auto &SelectorAndID : SelectorIDs) { in WriteSelectors() local3413 Selector S = SelectorAndID.first; in WriteSelectors()3414 SelectorID ID = SelectorAndID.second; in WriteSelectors()4992 for (auto &SelectorAndID : SelectorIDs) in WriteASTCore() local4993 AllSelectors.push_back(SelectorAndID.first); in WriteASTCore()