Home | History | Annotate | Download | only in TableGen

Lines Matching defs:IteratorType

519       std::string IteratorType = getLowerName().str() + "_iterator";
523 OS << " typedef " << Type << "* " << IteratorType << ";\n";
524 OS << " " << IteratorType << " " << BeginFn << " const {"
526 OS << " " << IteratorType << " " << EndFn << " const {"
530 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName