reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
227 for (unsigned OptionIdx = 0, e = OptionsToMatch.size(); OptionIdx != e;) { 229 Matcher *Optn = OptionsToMatch[OptionIdx++]; 231 if (OptionIdx == e) { 245 while (OptionIdx != e && OptionsToMatch[OptionIdx]->isEqual(Optn)) 245 while (OptionIdx != e && OptionsToMatch[OptionIdx]->isEqual(Optn)) 246 EqualMatchers.push_back(OptionsToMatch[OptionIdx++]); 252 unsigned Scan = OptionIdx;