Home
last modified time | relevance | path

Searched defs:FindScope (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dsemantics.cpp389 const Scope &SemanticsContext::FindScope(parser::CharBlock source) const { FindScope() function in Fortran::semantics::SemanticsContext
393 Scope &SemanticsContext::FindScope(parser::CharBlock source) { FindScope() function in Fortran::semantics::SemanticsContext
/llvm-project/flang/include/flang/Semantics/
H A Dsemantics.h318 const Scope &FindScope(const parser::CharBlock &where) const { FindScope() function