Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp683 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local
687 OS << " typedef " << Type << "* " << IteratorType << ";\n"; in writeAccessors()
688 OS << " " << IteratorType << " " << BeginFn << " const {" in writeAccessors()
690 OS << " " << IteratorType << " " << EndFn << " const {" in writeAccessors()
694 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName in writeAccessors()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp4190 ParsedType IteratorType; in ParseOpenMPIteratorsExpr() local
4198 IteratorType = TR.get(); in ParseOpenMPIteratorsExpr()
4264 D.Type = IteratorType; in ParseOpenMPIteratorsExpr()