Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h578 bool mayShadowNewModule(Module *ExistingModule) { in mayShadowNewModule() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1975 if (!Existing->Parent && Map.mayShadowNewModule(Existing)) { in parseModuleDecl()