Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1298 std::string FlatModuleName; in LexAfterModuleImport() local
1302 if (!FlatModuleName.empty() && FlatModuleName.back() != ':') in LexAfterModuleImport()
1303 FlatModuleName += "."; in LexAfterModuleImport()
1304 FlatModuleName += Piece.first->getName(); in LexAfterModuleImport()
1309 std::make_pair(getIdentifierInfo(FlatModuleName), FirstPathLoc)); in LexAfterModuleImport()