clang
9.0.0
|
A copyable facade for a std::unique_ptr<StencilPartInterface>. More...
#include "clang/Tooling/Refactoring/Stencil.h"
Public Member Functions | |
StencilPart (std::shared_ptr< StencilPartInterface > Impl) | |
llvm::Error | eval (const ast_matchers::MatchFinder::MatchResult &Match, std::string *Result) const |
See StencilPartInterface::eval() . More... | |
bool | operator== (const StencilPart &Other) const |
A copyable facade for a std::unique_ptr<StencilPartInterface>.
Copies result in a copy of the underlying pointee object.
|
inlineexplicit |
|
inline |
|
inline |