Searched refs:CtxIndex (Results 1 – 1 of 1) sorted by relevance
418 Context getNextContext(unsigned &CtxIndex, Stmt *S, Context C) { in getNextContext() argument419 if (SavedContexts[CtxIndex+1].first == S) { in getNextContext()420 CtxIndex++; in getNextContext()421 Context Result = SavedContexts[CtxIndex].second; in getNextContext()1468 unsigned CtxIndex; member in __anond54a86130b11::BuildLockset1490 CtxIndex(Info.EntryIndex) in BuildLockset()1857 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx); in VisitBinaryOperator()1978 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx); in VisitDeclStmt()