Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h248 const parser::CharBlock &sourceRange() const { return sourceRange_; } in sourceRange()
277 parser::CharBlock sourceRange_; variable
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp308 bool isContained{sourceRange_.Contains(source)}; in FindScope()
322 scope->sourceRange_.ExtendToCover(source); in AddSourceRange()