Home
last modified time | relevance | path

Searched refs:importNames (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/python/
H A DcreatePythonInit.py8 importNames = ', '.join('"{}"'.format(getFileName(f)) for f in pkgFiles) variable
21 """.format(import_names=importNames, pkg_name=pkgRelDir.replace("/", "."))
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h225 std::set<SourceName> importNames() const { return importNames_; } in importNames() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp7250 for (auto &name : scope.importNames()) { in CheckImports()