Home | History | Annotate | Download | only in driver

Lines Matching defs:it

10 // This is the entry point to the clang driver; it is a thin wrapper
236 // comparing it against DriverSuffixes in order.
269 auto it = ArgVector.begin();
270 if (it != ArgVector.end())
271 ++it;
272 ArgVector.insert(it, Flag);
284 auto it = ArgVector.begin();
285 if (it != ArgVector.end())
286 ++it;
288 ArgVector.insert(it, std::begin(arr), std::end(arr));