Home
last modified time | relevance | path

Searched refs:FactoryImpl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp18 class clang::syntax::FactoryImpl { class in clang::syntax
44 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()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h46 class FactoryImpl; variable
117 friend class FactoryImpl; variable
235 friend class FactoryImpl; variable
H A DTokenBufferTokenManager.h56 friend class FactoryImpl; variable
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h2304 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_()