Searched refs:CtxIndex (Results 1 – 1 of 1) sorted by relevance
420 Context getNextContext(unsigned &CtxIndex, Stmt *S, Context C) { in getNextContext() argument421 if (SavedContexts[CtxIndex+1].first == S) { in getNextContext()422 CtxIndex++; in getNextContext()423 Context Result = SavedContexts[CtxIndex].second; in getNextContext()1465 unsigned CtxIndex; member in __anond54a86130b11::BuildLockset1487 CtxIndex(Info.EntryIndex) in BuildLockset()1854 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx); in VisitBinaryOperator()1983 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx); in VisitDeclStmt()