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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1276 std::string FlatModuleName; local
1279 if (!FlatModuleName.empty())
1280 FlatModuleName += ".";
1281 FlatModuleName += Piece.first->getName();
1286 std::make_pair(getIdentifierInfo(FlatModuleName), FirstPathLoc));

Completed in 53 milliseconds