Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp698 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local
702 OS << " typedef " << Type << "* " << IteratorType << ";\n"; in writeAccessors()
703 OS << " " << IteratorType << " " << BeginFn << " const {" in writeAccessors()
705 OS << " " << IteratorType << " " << EndFn << " const {" in writeAccessors()
709 OS << " llvm::iterator_range<" << IteratorType << "> " << RangeName in writeAccessors()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4290 ParsedType IteratorType; in ParseOpenMPIteratorsExpr() local
4298 IteratorType = TR.get(); in ParseOpenMPIteratorsExpr()
4364 D.Type = IteratorType; in ParseOpenMPIteratorsExpr()