31 const Stmt &Statement,
32 StringRef QualifiedName);
36 StringRef
getShortName(ASTContext &Context,
const Stmt &Statement,
37 StringRef QualifiedName);
40 using NameInFunction = std::pair<const FunctionDecl *, std::string>;
41 const SourceManager &SourceMgr;
42 std::set<NameInFunction> AddedUsing;