Hi, I would like to run some dynamic matchers on a single function body or I can either run it the full AST (MatchFinder::matchAST) or on a single node (MatchFinder::match). What is the best way to achieve what I want ? Do you think it is worth I change clang's code and submit a patch ? Thanks, David.