Home
last modified time | relevance | path

Searched refs:stmtSource (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp833 void EndSubprogram(std::optional<parser::CharBlock> stmtSource = std::nullopt,
3654 std::optional<parser::CharBlock> stmtSource, in EndSubprogram() argument
3661 messageHandler().set_currStmtSource(stmtSource); in EndSubprogram()
7523 std::optional<parser::CharBlock> stmtSource; in EndScopeForNode() local
7529 stmtSource = stmt->source; in EndScopeForNode()
7539 stmtSource = stmt->source; in EndScopeForNode()
7547 EndSubprogram(stmtSource, binding); in EndScopeForNode()