Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp1272 std::string FlatModuleName; in LexAfterModuleImport() local
1275 if (!FlatModuleName.empty()) in LexAfterModuleImport()
1276 FlatModuleName += "."; in LexAfterModuleImport()
1277 FlatModuleName += Piece.first->getName(); in LexAfterModuleImport()
1282 std::make_pair(getIdentifierInfo(FlatModuleName), FirstPathLoc)); in LexAfterModuleImport()