Searched refs:CtxIndex (Results 1 – 1 of 1) sorted by relevance
465 Context getNextContext(unsigned &CtxIndex, const Stmt *S, Context C) { in getNextContext() argument466 if (SavedContexts[CtxIndex+1].first == S) { in getNextContext()467 CtxIndex++; in getNextContext()468 Context Result = SavedContexts[CtxIndex].second; in getNextContext()1591 unsigned CtxIndex; member in __anon68dfda3c0d11::BuildLockset1614 LVarCtx(Info.EntryContext), CtxIndex(Info.EntryIndex) {} in BuildLockset()2005 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx); in VisitBinaryOperator()2146 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx); in VisitDeclStmt()