Searched refs:UpdateT (Results 1 – 1 of 1) sorted by relevance
73 using UpdateT = typename DomTreeT::UpdateType; member76 SmallVector<UpdateT, 4> Updates;1152 static void ApplyUpdates(DomTreeT &DT, ArrayRef<UpdateT> Updates) { in ApplyUpdates()1180 for (UpdateT &U : BUI.Updates) { in ApplyUpdates()1217 UpdateT CurrentUpdate = BUI.Updates.pop_back_val(); in ApplyNextUpdate()