Lines Matching refs:ModuleImportPath
879 ModuleImportPath.clear(); in HandleIdentifier()
950 ModuleImportPath.clear(); in Lex()
1139 if (ModuleImportPath.empty() && getLangOpts().CPlusPlusModules) { in LexAfterModuleImport()
1234 ModuleImportPath.push_back(std::make_pair(Result.getIdentifierInfo(), in LexAfterModuleImport()
1251 if (ModuleImportPath.empty() || Result.is(tok::eof)) in LexAfterModuleImport()
1274 for (auto &Piece : ModuleImportPath) { in LexAfterModuleImport()
1279 SourceLocation FirstPathLoc = ModuleImportPath[0].second; in LexAfterModuleImport()
1280 ModuleImportPath.clear(); in LexAfterModuleImport()
1281 ModuleImportPath.push_back( in LexAfterModuleImport()
1288 ModuleImportPath, in LexAfterModuleImport()
1295 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()