Searched refs:FactoryImpl (Results 1 – 4 of 4) sorted by relevance
18 class clang::syntax::FactoryImpl { class in clang::syntax44 FactoryImpl::lexBuffer(TBTM, llvm::MemoryBuffer::getMemBufferCopy(Spelling)) in createLeaf()52 syntax::FactoryImpl::setCanModify(Leaf); in createLeaf()209 FactoryImpl::setCanModify(T); in createTree()211 FactoryImpl::appendChildLowLevel(T, Child.first, Child.second); in createTree()
46 class FactoryImpl; variable117 friend class FactoryImpl; variable235 friend class FactoryImpl; variable
56 friend class FactoryImpl; variable
2304 class FactoryImpl : public internal::TestFactoryBase { in GTEST_DISABLE_MSC_WARNINGS_POP_()2306 explicit FactoryImpl(Factory f) : factory_(std::move(f)) {} in GTEST_DISABLE_MSC_WARNINGS_POP_()2318 new FactoryImpl{std::move(factory)}); in GTEST_DISABLE_MSC_WARNINGS_POP_()