Searched refs:SelectorAndID (Results 1 – 1 of 1) sorted by relevance
2989 for (auto &SelectorAndID : SelectorIDs) { in WriteSelectors() local2990 Selector S = SelectorAndID.first; in WriteSelectors()2991 SelectorID ID = SelectorAndID.second; in WriteSelectors()4400 for (auto &SelectorAndID : SelectorIDs) in WriteASTCore() local4401 AllSelectors.push_back(SelectorAndID.first); in WriteASTCore()