Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp111 class UnaryOperationStencil : public StencilInterface { class
116 UnaryOperationStencil(UnaryNodeOperator Op, std::string Id) in UnaryOperationStencil() function in __anona430d0b90111::UnaryOperationStencil
439 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::Parens, in expression()
444 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::Deref, in deref()
449 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::MaybeDeref, in maybeDeref()
454 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::AddressOf, in addressOf()
459 return std::make_shared<UnaryOperationStencil>( in maybeAddressOf()
464 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::Describe, in describe()