Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1289 std::string FlatModuleName; in LexAfterModuleImport() local
1293 if (!FlatModuleName.empty() && FlatModuleName.back() != ':') in LexAfterModuleImport()
1294 FlatModuleName += "."; in LexAfterModuleImport()
1295 FlatModuleName += Piece.first->getName(); in LexAfterModuleImport()
1300 std::make_pair(getIdentifierInfo(FlatModuleName), FirstPathLoc)); in LexAfterModuleImport()