Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DModule.cpp56 Parent->SubModuleIndex[Name] = Parent->SubModules.size(); in Module()
352 llvm::StringMap<unsigned>::const_iterator Pos = SubModuleIndex.find(Name); in findSubmodule()
353 if (Pos == SubModuleIndex.end()) in findSubmodule()
360 llvm::StringMap<unsigned>::const_iterator Pos = SubModuleIndex.find(Name); in findOrInferSubmodule()
361 if (Pos != SubModuleIndex.end()) in findOrInferSubmodule()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h185 llvm::StringMap<unsigned> SubModuleIndex; variable
535 Parent->SubModuleIndex[Name] = Parent->SubModules.size(); in setParent()