Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
H A DStencil.h36 using StencilInterface = MatchComputation<std::string>; variable
46 using Stencil = std::shared_ptr<StencilInterface>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DStencil.cpp376 template <typename T> class StencilImpl : public StencilInterface {