clang 20.0.0git
|
This is the complete list of members for clang::tooling::Transformer, including all inherited members.
ChangeSetConsumer typedef | clang::tooling::Transformer | |
getCheckTraversalKind() const | clang::ast_matchers::MatchFinder::MatchCallback | virtual |
getID() const | clang::ast_matchers::MatchFinder::MatchCallback | virtual |
onEndOfTranslationUnit() | clang::ast_matchers::MatchFinder::MatchCallback | inlinevirtual |
onStartOfTranslationUnit() | clang::ast_matchers::MatchFinder::MatchCallback | inlinevirtual |
registerMatchers(ast_matchers::MatchFinder *MatchFinder) | clang::tooling::Transformer | |
run(const ast_matchers::MatchFinder::MatchResult &Result) override | clang::tooling::Transformer | virtual |
Transformer(transformer::RewriteRuleWith< void > Rule, ChangeSetConsumer Consumer) | clang::tooling::Transformer | inlineexplicit |
Transformer(transformer::RewriteRuleWith< MetadataT > Rule, std::function< void(llvm::Expected< TransformerResult< typename detail::type_identity< MetadataT >::type > >)> Consumer) | clang::tooling::Transformer | explicit |
~MatchCallback() | clang::ast_matchers::MatchFinder::MatchCallback | virtual |