Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h225 std::set<SourceName> importNames() const { return importNames_; } in importNames()
287 std::set<SourceName> importNames_; variable
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp283 importNames_.insert(name); in add_importName()
299 return importNames_.count(name) > 0; in CanImport()