Searched defs:IteratorType (Results 1 – 3 of 3) sorted by relevance
94 struct IteratorType { struct95 IteratorType(IteratorTypeT iter) : iter(iter) {} in IteratorType() argument96 bool isOfType(IteratorTypeT expectedIter) const { in isOfType() argument99 IteratorTypeT iter; argument
4231 ParsedType IteratorType; ParseOpenMPIteratorsExpr() local
699 std::string IteratorType = getLowerName().str() + "_iterator"; writeAccessors() local