Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp56 Parent->SubModuleIndex[Name] = Parent->SubModules.size(); in Module()
332 llvm::StringMap<unsigned>::const_iterator Pos = SubModuleIndex.find(Name); in findSubmodule()
333 if (Pos == SubModuleIndex.end()) in findSubmodule()
340 llvm::StringMap<unsigned>::const_iterator Pos = SubModuleIndex.find(Name); in findOrInferSubmodule()
341 if (Pos != SubModuleIndex.end()) in findOrInferSubmodule()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h181 llvm::StringMap<unsigned> SubModuleIndex; variable
524 Parent->SubModuleIndex[Name] = Parent->SubModules.size(); in setParent()