Searched refs:IteratorType (Results 1 – 2 of 2) sorted by relevance
698 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local702 OS << " typedef " << Type << "* " << IteratorType << ";\n"; in writeAccessors()703 OS << " " << IteratorType << " " << BeginFn << " const {" in writeAccessors()705 OS << " " << IteratorType << " " << EndFn << " const {" in writeAccessors()709 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName in writeAccessors()
4290 ParsedType IteratorType; in ParseOpenMPIteratorsExpr() local4298 IteratorType = TR.get(); in ParseOpenMPIteratorsExpr()4364 D.Type = IteratorType; in ParseOpenMPIteratorsExpr()