Searched refs:NamedModuleImportPath (Results 1 – 2 of 2) sorted by relevance
884 NamedModuleImportPath.clear(); in HandleIdentifier()966 NamedModuleImportPath.clear(); in Lex()1185 if (NamedModuleImportPath.empty() && getLangOpts().CPlusPlusModules) { in LexAfterModuleImport()1192 NamedModuleImportPath.emplace_back(Result.getLocation(), in LexAfterModuleImport()1291 NamedModuleImportPath.emplace_back(Result.getLocation(), in LexAfterModuleImport()1308 if (NamedModuleImportPath.empty() || Result.is(tok::eof)) in LexAfterModuleImport()1331 for (auto &Piece : NamedModuleImportPath) { in LexAfterModuleImport()1337 SourceLocation FirstPathLoc = NamedModuleImportPath[0].getLoc(); in LexAfterModuleImport()1338 NamedModuleImportPath.clear(); in LexAfterModuleImport()1339 NamedModuleImportPath.emplace_back(FirstPathLoc, in LexAfterModuleImport()[all …]
343 SmallVector<IdentifierLoc, 2> NamedModuleImportPath; variable2487 return !NamedModuleImportPath.empty() && getLangOpts().CPlusPlusModules && in isInImportingCXXNamedModules()