Home
last modified time | relevance | path

Searched defs:importNames (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/bindings/python/
H A DcreatePythonInit.py8 importNames = ", ".join('"{}"'.format(getFileName(f)) for f in pkgFiles) variable
/llvm-project/flang/include/flang/Semantics/
H A Dscope.h227 std::set<SourceName> importNames() const { return importNames_; } importNames() function