Home
last modified time | relevance | path

Searched refs:ModuleConstIterator (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DModuleManager.h132 using ModuleConstIterator = llvm::pointee_iterator< variable
149 ModuleConstIterator begin() const { return Chain.begin(); } in begin()
152 ModuleConstIterator end() const { return Chain.end(); } in end()
H A DASTReader.h396 using ModuleConstIterator = ModuleManager::ModuleConstIterator; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DModuleManager.cpp487 using nodes_iterator = pointer_iterator<ModuleManager::ModuleConstIterator>;