Searched refs:IteratorType (Results 1 – 1 of 1) sorted by relevance
647 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local651 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()