Lines Matching defs:ContextIter
1254 for (auto ContextIter = StackContext.beginAfterSharedPrefix(CallsiteContext);
1255 ContextIter != StackContext.end(); ++ContextIter) {
1256 auto StackId = getStackId(*ContextIter);
4473 for (auto ContextIter = ContextIterBegin;
4474 ContextIter != StackContext.end(); ++ContextIter) {
4478 if (LastStackContextId == *ContextIter)
4480 LastStackContextId = *ContextIter;
4483 *ContextIter);