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.cpp861 NamedModuleImportPath.clear(); in HandleIdentifier()
937 NamedModuleImportPath.clear(); in Lex()
1154 if (NamedModuleImportPath.empty() && getLangOpts().CPlusPlusModules) { in LexAfterModuleImport()
1161 NamedModuleImportPath.push_back( in LexAfterModuleImport()
1260 NamedModuleImportPath.push_back( in LexAfterModuleImport()
1277 if (NamedModuleImportPath.empty() || Result.is(tok::eof)) in LexAfterModuleImport()
1300 for (auto &Piece : NamedModuleImportPath) { in LexAfterModuleImport()
1306 SourceLocation FirstPathLoc = NamedModuleImportPath[0].second; in LexAfterModuleImport()
1307 NamedModuleImportPath.clear(); in LexAfterModuleImport()
1308 NamedModuleImportPath.push_back( in LexAfterModuleImport()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h329 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> NamedModuleImportPath; variable
2412 return !NamedModuleImportPath.empty() && getLangOpts().CPlusPlusModules && in isInImportingCXXNamedModules()