Home
last modified time | relevance | path

Searched refs:ModuleScopeIDs (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DModuleMap.h230 llvm::DenseMap<Module *, unsigned> ModuleScopeIDs; variable
606 assert(ModuleScopeIDs.count(ExistingModule) && "unknown module"); in mayShadowNewModule()
607 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DModuleMap.h230 llvm::DenseMap<Module *, unsigned> ModuleScopeIDs; variable
605 assert(ModuleScopeIDs.count(ExistingModule) && "unknown module"); in mayShadowNewModule()
606 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DModuleMap.h230 llvm::DenseMap<Module *, unsigned> ModuleScopeIDs; variable
606 assert(ModuleScopeIDs.count(ExistingModule) && "unknown module"); in mayShadowNewModule()
607 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DModuleMap.h230 llvm::DenseMap<Module *, unsigned> ModuleScopeIDs; variable
606 assert(ModuleScopeIDs.count(ExistingModule) && "unknown module"); in mayShadowNewModule()
607 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()