Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h87 using ConstArgListsIterator = ContainerType::const_iterator; variable
259 ConstArgListsIterator begin() const { in begin()
263 ConstArgListsIterator end() const { return TemplateArgumentLists.end(); } in end()