Go to the source code of this file.
|
|
template<typename T > |
void | clang::tooling::detail::assertMetadataSet (const transformer::RewriteRuleWith< T > &Rule) |
| Asserts that all Metadata for the Rule is set. More...
|
|
template<> |
void | clang::tooling::detail::assertMetadataSet (const transformer::RewriteRuleWith< void > &) |
|
|
template<typename T > |
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 . More...
|
|
template<> |
llvm::Error | clang::tooling::detail::populateMetadata (const transformer::RewriteRuleWith< void > &, size_t, const ast_matchers::MatchFinder::MatchResult &Match, TransformerResult< void > &) |
|
|
template<typename T > |
void | clang::tooling::detail::assertMetadataSet (const transformer::RewriteRuleWith< T > &Rule) |
| Asserts that all Metadata for the Rule is set. More...
|
|
template<> |
void | clang::tooling::detail::assertMetadataSet (const transformer::RewriteRuleWith< void > &) |
|
|
template<typename T > |
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 . More...
|
|
template<> |
llvm::Error | clang::tooling::detail::populateMetadata (const transformer::RewriteRuleWith< void > &, size_t, const ast_matchers::MatchFinder::MatchResult &Match, TransformerResult< void > &) |
|