Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dscope.h231 const parser::CharBlock &sourceRange() const { return sourceRange_; } in sourceRange()
260 parser::CharBlock sourceRange_; variable
/external/llvm-project/flang/lib/Semantics/
Dscope.cpp265 bool isContained{sourceRange_.Contains(source)}; in FindScope()
279 scope->sourceRange_.ExtendToCover(source); in AddSourceRange()