Searched refs:CtxIndex (Results 1 – 1 of 1) sorted by relevance
1014 Context getNextContext(unsigned &CtxIndex, Stmt *S, Context C) { in getNextContext() argument1015 if (SavedContexts[CtxIndex+1].first == S) { in getNextContext()1016 CtxIndex++; in getNextContext()1017 Context Result = SavedContexts[CtxIndex].second; in getNextContext()1808 unsigned CtxIndex; member in __anon48488dd70111::BuildLockset1829 CtxIndex(Info.EntryIndex) in BuildLockset()2135 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx); in VisitBinaryOperator()2212 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx); in VisitDeclStmt()