Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-return.cpp18 static const Scope *FindContainingSubprogram(const Scope &start) { in FindContainingSubprogram() function
33 if (const auto *subprogramScope{FindContainingSubprogram(scope)}) { in Leave()