reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
255 if (Scan == e) break; 257 Matcher *ScanMatcher = OptionsToMatch[Scan]; 265 OptionsToMatch.erase(OptionsToMatch.begin()+Scan); 273 ++Scan; 287 OptionsToMatch[Scan] = M2; 296 if (Scan != e && 298 Scan+1 != e) { 301 OptionsToMatch[Scan]->print(errs(), 4); 302 if (Scan + 1 != e) OptionsToMatch[Scan + 1]->printOne(errs()); 302 if (Scan + 1 != e) OptionsToMatch[Scan + 1]->printOne(errs()); 303 if (Scan + 2 < e) OptionsToMatch[Scan + 2]->printOne(errs()); 303 if (Scan + 2 < e) OptionsToMatch[Scan + 2]->printOne(errs());