Searched refs:DependenciesMapTy (Results 1 – 4 of 4) sorted by relevance
79 typedef std::map<std::string, SMLoc> DependenciesMapTy; typedef82 DependenciesMapTy Dependencies;92 const DependenciesMapTy &getDependencies() const { in getDependencies()
67 const TGLexer::DependenciesMapTy &Dependencies = Parser.getDependencies(); in createDependencyFile()68 for (TGLexer::DependenciesMapTy::const_iterator I = Dependencies.begin(), in createDependencyFile()
99 const TGLexer::DependenciesMapTy &getDependencies() const { in getDependencies()
312 DependenciesMapTy::const_iterator Found = Dependencies.find(IncludedFile); in LexInclude()