Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h206 typedef std::set<std::string> DependenciesSetTy; typedef
210 DependenciesSetTy Dependencies;
219 const DependenciesSetTy &getDependencies() const { in getDependencies()
H A DTGParser.h197 const TGLexer::DependenciesSetTy &getDependencies() const { in getDependencies()