Go to the documentation of this file.
20 #ifndef LLVM_CLANG_TOOLING_TRANSFORMER_STENCIL_H_
21 #define LLVM_CLANG_TOOLING_TRANSFORMER_STENCIL_H_
28 #include "llvm/ADT/StringRef.h"
29 #include "llvm/Support/Error.h"
34 namespace transformer {
46 using Stencil = std::shared_ptr<StencilInterface>;
115 llvm::StringRef FalseText) {
150 Stencil DefaultStencil =
nullptr);
171 #endif // LLVM_CLANG_TOOLING_TRANSFORMER_STENCIL_H_
Smart pointer class that efficiently represents Objective-C method names.