Home
last modified time | relevance | path

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

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