Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DModuleMap.h591 bool mayShadowNewModule(Module *ExistingModule) { in mayShadowNewModule() function
/openbsd/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp2030 if (!Existing->Parent && Map.mayShadowNewModule(Existing)) { in parseModuleDecl()