Searched refs:ContextIter (Results 1 – 3 of 3) sorted by relevance
165 auto ContextIter = Contexts.find(&Key); in getChildDeclContext() local167 if (ContextIter == Contexts.end()) { in getChildDeclContext()173 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext()177 !(*ContextIter)->setLastSeenDIE(U, DIE)) { in getChildDeclContext()180 return PointerIntPair<DeclContext *, 1>(*ContextIter, /* IntVal= */ 1); in getChildDeclContext()183 assert(ContextIter != Contexts.end()); in getChildDeclContext()190 return PointerIntPair<DeclContext *, 1>(*ContextIter, /* IntVal= */ 1); in getChildDeclContext()192 return PointerIntPair<DeclContext *, 1>(*ContextIter); in getChildDeclContext()
530 for (auto ContextIter = in computeFunctionSummary() local532 ContextIter != StackContext.end(); ++ContextIter) { in computeFunctionSummary()533 unsigned StackIdIdx = Index.addOrGetStackIdIndex(*ContextIter); in computeFunctionSummary()
1055 for (auto ContextIter = StackContext.beginAfterSharedPrefix(CallsiteContext); in addStackNodesForMIB() local1056 ContextIter != StackContext.end(); ++ContextIter) { in addStackNodesForMIB()1057 auto StackId = getStackId(*ContextIter); in addStackNodesForMIB()3706 for (auto ContextIter = ContextIterBegin; in applyImport() local3707 ContextIter != StackContext.end(); ++ContextIter) { in applyImport()3711 if (LastStackContextId == *ContextIter) in applyImport()3713 LastStackContextId = *ContextIter; in applyImport()3716 *ContextIter); in applyImport()