Searched refs:currentScope_ (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-labels.cpp | 215 endStmt.label.value(), targetFlags, currentScope_); in Pre() 552 result.parent = currentScope_; in PushScope() 554 currentScope_ = model.size() - 1; in PushScope() 559 currentScope_ = 0u; in InitializeNewScopeContext() 565 currentScope_ = result.parent; in PopScope() 569 return programUnits_.back().scopeModel[currentScope_].parent; in ParentScope() 794 label, currentScope_, currentPosition_); in AddLabelReferenceFromDoStmt() 800 label, currentScope_, currentPosition_); in AddLabelReferenceToFormatStmt() 806 label, currentScope_, currentPosition_); in AddLabelReferenceFromAssignStmt() 812 label, currentScope_, currentPosition_); in AddLabelReference() [all …]
|