Clang AST Matchers: how to find function with specific name? I try to match all expressions that call to std::sort, so I wrote code like this