Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp873 const auto &fromPosition{branch.parserCharBlock}; in CheckBranchesIntoDoBody() local
876 if (!InBody(fromPosition, body) && InBody(toPosition, body)) { in CheckBranchesIntoDoBody()
879 fromPosition, "branch into loop body from outside"_warn_en_US) in CheckBranchesIntoDoBody()