Home
last modified time | relevance | path

Searched defs:submodule_const_iterator (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DModule.h472 typedef std::vector<Module *>::const_iterator submodule_const_iterator; typedef
/external/llvm-project/clang/include/clang/Basic/
DModule.h617 using submodule_const_iterator = std::vector<Module *>::const_iterator; variable