HomeSort by: relevance | last modified time | path
    Searched refs:FactoryImpl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Tree.h 54 /// resulting tokens. Used exclusively in `FactoryImpl` to materialize tokens
58 friend class FactoryImpl;
72 class FactoryImpl;
142 // FactoryImpl sets CanModify flag.
143 friend class FactoryImpl;
246 /// by TreeBuilder and FactoryImpl.
257 friend class FactoryImpl;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Synthesis.cpp 16 class clang::syntax::FactoryImpl {
40 FactoryImpl::lexBuffer(A, llvm::MemoryBuffer::getMemBufferCopy(Spelling))
47 syntax::FactoryImpl::setCanModify(Leaf);
202 FactoryImpl::setCanModify(T);
204 FactoryImpl::appendChildLowLevel(T, Child.first, Child.second);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 2443 class FactoryImpl : public internal::TestFactoryBase {
2445 explicit FactoryImpl(Factory f) : factory_(std::move(f)) {}
2457 new FactoryImpl{std::move(factory)});

Completed in 22 milliseconds