reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
95 WorkList.push_back(LScopes.getCurrentFunctionScope()); 96 while (!WorkList.empty()) { 97 LexicalScope *S = WorkList.pop_back_val(); 101 WorkList.append(Children.begin(), Children.end());