Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTree.h58 friend class FactoryImpl; variable
72 class FactoryImpl; variable
143 friend class FactoryImpl; variable
257 friend class FactoryImpl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp16 class clang::syntax::FactoryImpl { class in clang::syntax
40 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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2443 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()