Searched defs:FindScope (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ | ||
D | scope.cpp | 260 const Scope *Scope::FindScope(parser::CharBlock source) const { in FindScope() function in Fortran::semantics::Scope |
D | semantics.cpp | 248 const Scope &SemanticsContext::FindScope(parser::CharBlock source) const { in FindScope() function in Fortran::semantics::SemanticsContext |
/external/llvm-project/flang/include/flang/Semantics/ | ||
D | semantics.h | 215 const Scope &FindScope(const parser::CharBlock &where) const { in FindScope() function |