|
clang 22.0.0git
|
Classes | |
| class | TransformerImpl |
Implementation details of Transformer with type erasure around RewriteRule<T> as well as the corresponding consumers. More... | |
| class | WithMetadataImpl |
| Implementation when metadata is generated as a part of the rewrite. More... | |
Functions | |
| template<typename T> | |
| llvm::Error | populateMetadata (const transformer::RewriteRuleWith< T > &Rule, size_t SelectedCase, const ast_matchers::MatchFinder::MatchResult &Match, TransformerResult< T > &Result) |
Runs the metadata generator on Rule and stuffs it into Result. | |
| llvm::Error clang::tooling::detail::populateMetadata | ( | const transformer::RewriteRuleWith< T > & | Rule, |
| size_t | SelectedCase, | ||
| const ast_matchers::MatchFinder::MatchResult & | Match, | ||
| TransformerResult< T > & | Result ) |
Runs the metadata generator on Rule and stuffs it into Result.
Definition at line 114 of file Transformer.h.
References clang::Match, and clang::Result.