Searched refs:CtxIndex (Results 1 – 1 of 1) sorted by relevance
471 Context getNextContext(unsigned &CtxIndex, const Stmt *S, Context C) { in getNextContext() argument472 if (SavedContexts[CtxIndex+1].first == S) { in getNextContext()473 CtxIndex++; in getNextContext()474 Context Result = SavedContexts[CtxIndex].second; in getNextContext()1588 unsigned CtxIndex; member in __anon06d2d5b10c11::BuildLockset1614 CtxIndex(Info.EntryIndex) {} in BuildLockset()2114 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx); in VisitBinaryOperator()2256 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx); in VisitDeclStmt()