Move to the first interval with stop >= x, or end().
Synopsis
Declared in <llvm/ADT/IntervalMap.h>
void
advanceTo(KeyT x);
Description
The search is started from the current position, and no earlier positions can be found. This is much faster than find() for small moves.
Parameters
Name |
Description |
x |
Key to search for. |
Created with MrDocs