Home
last modified time | relevance | path

Searched refs:IteratorType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp674 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local
678 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp3624 ParsedType IteratorType; in ParseOpenMPIteratorsExpr() local
3632 IteratorType = TR.get(); in ParseOpenMPIteratorsExpr()
3698 D.Type = IteratorType; in ParseOpenMPIteratorsExpr()