Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp857 NamedModuleImportPath.clear(); in HandleIdentifier()
933 NamedModuleImportPath.clear(); in Lex()
1145 if (NamedModuleImportPath.empty() && getLangOpts().CPlusPlusModules) { in LexAfterModuleImport()
1152 NamedModuleImportPath.push_back( in LexAfterModuleImport()
1251 NamedModuleImportPath.push_back( in LexAfterModuleImport()
1268 if (NamedModuleImportPath.empty() || Result.is(tok::eof)) in LexAfterModuleImport()
1291 for (auto &Piece : NamedModuleImportPath) { in LexAfterModuleImport()
1297 SourceLocation FirstPathLoc = NamedModuleImportPath[0].second; in LexAfterModuleImport()
1298 NamedModuleImportPath.clear(); in LexAfterModuleImport()
1299 NamedModuleImportPath.push_back( in LexAfterModuleImport()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h312 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> NamedModuleImportPath; variable
2380 return !NamedModuleImportPath.empty() && getLangOpts().CPlusPlusModules && in isInImportingCXXNamedModules()