Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h561 bool mayShadowNewModule(Module *ExistingModule) { in mayShadowNewModule() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp1924 if (!Existing->Parent && Map.mayShadowNewModule(Existing)) { in parseModuleDecl()