Searched refs:IteratorType (Results 1 – 1 of 1) sorted by relevance
527 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local531 OS << " typedef " << Type << "* " << IteratorType << ";\n"; in writeAccessors()532 OS << " " << IteratorType << " " << BeginFn << " const {" in writeAccessors()534 OS << " " << IteratorType << " " << EndFn << " const {" in writeAccessors()538 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName in writeAccessors()