Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp870 NamedModuleImportPath.clear(); in HandleIdentifier()
962 NamedModuleImportPath.clear(); in Lex()
1162 if (NamedModuleImportPath.empty() && getLangOpts().CPlusPlusModules) { in LexAfterModuleImport()
1169 NamedModuleImportPath.push_back( in LexAfterModuleImport()
1268 NamedModuleImportPath.push_back( in LexAfterModuleImport()
1285 if (NamedModuleImportPath.empty() || Result.is(tok::eof)) in LexAfterModuleImport()
1308 for (auto &Piece : NamedModuleImportPath) { in LexAfterModuleImport()
1314 SourceLocation FirstPathLoc = NamedModuleImportPath[0].second; in LexAfterModuleImport()
1315 NamedModuleImportPath.clear(); in LexAfterModuleImport()
1316 NamedModuleImportPath.push_back( in LexAfterModuleImport()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h309 SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> NamedModuleImportPath; variable
2382 return !NamedModuleImportPath.empty() && getLangOpts().CPlusPlusModules && in isInImportingCXXNamedModules()