Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp647 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local
651 OS << " typedef " << Type << "* " << IteratorType << ";\n"; in writeAccessors()
652 OS << " " << IteratorType << " " << BeginFn << " const {" in writeAccessors()
654 OS << " " << IteratorType << " " << EndFn << " const {" in writeAccessors()
658 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName in writeAccessors()