ΒΆclang::transformer::Stencil makeStencil(
    llvm::StringRef Text)

Description

Convenience function to construct a \c Stencil. Overloaded for common cases so that user doesn't need to specify which factory function to use. This pattern gives benefits similar to implicit constructors, while maintaing a higher degree of explicitness.

Declared at: clang/include/clang/Tooling/Transformer/Stencil.h:53

Parameters

llvm::StringRef Text