Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
DTree.h58 friend class FactoryImpl; variable
72 class FactoryImpl; variable
143 friend class FactoryImpl; variable
257 friend class FactoryImpl; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
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()