Searched refs:CtxIndex (Results 1 – 1 of 1) sorted by relevance
461 Context getNextContext(unsigned &CtxIndex, const Stmt *S, Context C) { in getNextContext() argument462 if (SavedContexts[CtxIndex+1].first == S) { in getNextContext()463 CtxIndex++; in getNextContext()464 Context Result = SavedContexts[CtxIndex].second; in getNextContext()1549 unsigned CtxIndex; member in __anonfc9fb0060d11::BuildLockset1575 CtxIndex(Info.EntryIndex) {} in BuildLockset()1977 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx); in VisitBinaryOperator()2117 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx); in VisitDeclStmt()