Searched refs:IteratorType (Results 1 – 2 of 2) sorted by relevance
674 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local678 OS << " typedef " << Type << "* " << IteratorType << ";\n"; in writeAccessors()679 OS << " " << IteratorType << " " << BeginFn << " const {" in writeAccessors()681 OS << " " << IteratorType << " " << EndFn << " const {" in writeAccessors()685 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName in writeAccessors()
3624 ParsedType IteratorType; in ParseOpenMPIteratorsExpr() local3632 IteratorType = TR.get(); in ParseOpenMPIteratorsExpr()3698 D.Type = IteratorType; in ParseOpenMPIteratorsExpr()