Home | History | Annotate | Download | only in Lex

Lines Matching refs:Modules

283   // to be symlinked, and we base the logical structure of modules on the
1091 void HeaderSearch::collectAllModules(SmallVectorImpl<Module *> &Modules) {
1092 Modules.clear();
1102 // Search each of the ".framework" directories to load them as modules.
1138 // Populate the list of modules.
1142 Modules.push_back(M->getValue());