Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DModuleMap.h588 bool mayShadowNewModule(Module *ExistingModule) { in mayShadowNewModule() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp1996 if (!Existing->Parent && Map.mayShadowNewModule(Existing)) { in parseModuleDecl()