Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Transformer/
DStencil.h36 using StencilInterface = MatchComputation<std::string>; variable
46 using Stencil = std::shared_ptr<StencilInterface>;
/external/llvm-project/clang/lib/Tooling/Transformer/
DStencil.cpp325 template <typename T> class StencilImpl : public StencilInterface {