Searched refs:EndFn (Results 1 – 4 of 4) sorted by relevance
1051 auto EndFn = llvm::Intrinsic::getDeclaration( in insertLifetimeMarkersSurroundingCall() local1053 insertMarkers(EndFn, LifetimesEnd, /*InsertBefore=*/false); in insertLifetimeMarkersSurroundingCall()
1108 auto EndFn = llvm::Intrinsic::getDeclaration( in insertLifetimeMarkersSurroundingCall() local1110 insertMarkers(EndFn, LifetimesEnd, /*InsertBefore=*/false); in insertLifetimeMarkersSurroundingCall()
605 std::string EndFn = getLowerName().str() + "_end()"; in writeAccessors() local610 OS << " " << IteratorType << " " << EndFn << " const {" in writeAccessors()615 << "() const { return llvm::make_range(" << BeginFn << ", " << EndFn in writeAccessors()
676 std::string EndFn = getLowerName().str() + "_end()"; in writeAccessors() local681 OS << " " << IteratorType << " " << EndFn << " const {" in writeAccessors()686 << "() const { return llvm::make_range(" << BeginFn << ", " << EndFn in writeAccessors()