Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h87 using ConstArgListsIterator = ContainerType::const_iterator; variable
273 ConstArgListsIterator begin() const { in begin()
277 ConstArgListsIterator end() const { return TemplateArgumentLists.end(); } in end()