Home | History | Annotate | Download | only in Lex

Lines Matching full:submodules

532   std::map<Module*, SubmoduleState> Submodules;
800 auto I = Submodules.find(M);
801 if (I == Submodules.end())