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"
34namespace transformer {
46using Stencil = std::shared_ptr<StencilInterface>;
115 llvm::StringRef FalseText) {
150 Stencil DefaultStencil =
nullptr);
Defines the clang::ASTContext interface.
Defines a combinator library supporting the definition of selectors, which select source ranges based...
Smart pointer class that efficiently represents Objective-C method names.
The JSON file list parser is used to communicate input to InstallAPI.