Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dscope.cpp260 const Scope *Scope::FindScope(parser::CharBlock source) const { in FindScope() function in Fortran::semantics::Scope
264 Scope *Scope::FindScope(parser::CharBlock source) { in FindScope() function in Fortran::semantics::Scope
Dsemantics.cpp248 const Scope &SemanticsContext::FindScope(parser::CharBlock source) const { in FindScope() function in Fortran::semantics::SemanticsContext
252 Scope &SemanticsContext::FindScope(parser::CharBlock source) { in FindScope() function in Fortran::semantics::SemanticsContext
/external/llvm-project/flang/include/flang/Semantics/
Dsemantics.h215 const Scope &FindScope(const parser::CharBlock &where) const { in FindScope() function