Searched refs:pdlByteCode (Results 1 – 2 of 2) sorted by relevance
67 pdlByteCode = std::make_unique<detail::PDLByteCode>( in FrozenRewritePatternList()75 pdlByteCode(std::move(patterns.pdlByteCode)) {} in FrozenRewritePatternList()
40 return pdlByteCode.get(); in getPDLByteCode()48 std::unique_ptr<detail::PDLByteCode> pdlByteCode; variable