Searched refs:CtxIndex (Results 1 – 1 of 1) sorted by relevance
1026 Context getNextContext(unsigned &CtxIndex, Stmt *S, Context C) { in getNextContext() argument1027 if (SavedContexts[CtxIndex+1].first == S) { in getNextContext()1028 CtxIndex++; in getNextContext()1029 Context Result = SavedContexts[CtxIndex].second; in getNextContext()1741 unsigned CtxIndex; member in __anond7afc2f90111::BuildLockset1761 CtxIndex(Info.EntryIndex) in BuildLockset()2052 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx); in VisitBinaryOperator()2124 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx); in VisitDeclStmt()