Searched refs:IteratorType (Results 1 – 2 of 2) sorted by relevance
699 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local703 OS << " typedef " << Type << "* " << IteratorType << ";\n"; in writeAccessors()704 OS << " " << IteratorType << " " << BeginFn << " const {" in writeAccessors()706 OS << " " << IteratorType << " " << EndFn << " const {" in writeAccessors()710 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName in writeAccessors()
4233 ParsedType IteratorType; in ParseOpenMPIteratorsExpr() local4241 IteratorType = TR.get(); in ParseOpenMPIteratorsExpr()4307 D.Type = IteratorType; in ParseOpenMPIteratorsExpr()