Searched refs:FactoryImpl (Results 1 – 3 of 3) sorted by relevance
58 friend class FactoryImpl; variable72 class FactoryImpl; variable143 friend class FactoryImpl; variable257 friend class FactoryImpl; variable
16 class clang::syntax::FactoryImpl { class in clang::syntax40 FactoryImpl::lexBuffer(A, llvm::MemoryBuffer::getMemBufferCopy(Spelling)) in createLeaf()47 syntax::FactoryImpl::setCanModify(Leaf); in createLeaf()202 FactoryImpl::setCanModify(T); in createTree()204 FactoryImpl::appendChildLowLevel(T, Child.first, Child.second); in createTree()
2443 class FactoryImpl : public internal::TestFactoryBase { in RegisterTest()2445 explicit FactoryImpl(Factory f) : factory_(std::move(f)) {} in RegisterTest()2457 new FactoryImpl{std::move(factory)}); in RegisterTest()