Lines Matching defs:FuncResultStack
471 class FuncResultStack {
473 explicit FuncResultStack(ScopeHandler &scopeHandler)
475 ~FuncResultStack();
700 FuncResultStack &funcResultStack() { return funcResultStack_; }
771 FuncResultStack funcResultStack_{*this};
2378 // FuncResultStack implementation
2380 FuncResultStack::~FuncResultStack() { CHECK(stack_.empty()); }
2382 void FuncResultStack::CompleteFunctionResultType() {
2408 void FuncResultStack::CompleteTypeIfFunctionResult(Symbol &symbol) {
2416 void FuncResultStack::Pop() {
4114 if (FuncResultStack::FuncInfo * info{funcResultStack().Top()}) {
4137 if (FuncResultStack::FuncInfo * info{funcResultStack().Top()}) {
4317 FuncResultStack::FuncInfo &info{DEREF(funcResultStack().Top())};
4335 FuncResultStack::FuncInfo &info{DEREF(funcResultStack().Top())};