Searched refs:stmtSource (Results 1 – 1 of 1) sorted by relevance
833 void EndSubprogram(std::optional<parser::CharBlock> stmtSource = std::nullopt,3654 std::optional<parser::CharBlock> stmtSource, in EndSubprogram() argument3661 messageHandler().set_currStmtSource(stmtSource); in EndSubprogram()7523 std::optional<parser::CharBlock> stmtSource; in EndScopeForNode() local7529 stmtSource = stmt->source; in EndScopeForNode()7539 stmtSource = stmt->source; in EndScopeForNode()7547 EndSubprogram(stmtSource, binding); in EndScopeForNode()