Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DModule.cpp56 Parent->SubModuleIndex[Name] = Parent->SubModules.size(); in Module()
333 llvm::StringMap<unsigned>::const_iterator Pos = SubModuleIndex.find(Name); in findSubmodule()
334 if (Pos == SubModuleIndex.end()) in findSubmodule()
341 llvm::StringMap<unsigned>::const_iterator Pos = SubModuleIndex.find(Name); in findOrInferSubmodule()
342 if (Pos != SubModuleIndex.end()) in findOrInferSubmodule()
/external/clang/lib/Basic/
DModule.cpp46 Parent->SubModuleIndex[Name] = Parent->SubModules.size(); in Module()
226 llvm::StringMap<unsigned>::const_iterator Pos = SubModuleIndex.find(Name); in findSubmodule()
227 if (Pos == SubModuleIndex.end()) in findSubmodule()
/external/llvm-project/clang/include/clang/Basic/
DModule.h161 llvm::StringMap<unsigned> SubModuleIndex; variable
498 Parent->SubModuleIndex[Name] = Parent->SubModules.size(); in setParent()
/external/clang/include/clang/Basic/
DModule.h79 llvm::StringMap<unsigned> SubModuleIndex; variable