Home
last modified time | relevance | path

Searched refs:NamedModuleImportPath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp884 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 …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h343 SmallVector<IdentifierLoc, 2> NamedModuleImportPath; variable
2487 return !NamedModuleImportPath.empty() && getLangOpts().CPlusPlusModules && in isInImportingCXXNamedModules()