reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
249 void push(NestingType NT) { NestingStack.push_back(NT); } 252 if (NestingStack.empty()) 254 auto Top = NestingStack.back(); 258 NestingStack.pop_back(); 263 auto Err = !NestingStack.empty(); 264 while (!NestingStack.empty()) { 266 nestingString(NestingStack.back()).first); 267 NestingStack.pop_back();