| 17 | } |
| 18 | |
| 19 | const std::map<std::string, std::vector<const NamedDecl *>> |
| 20 | NamedDeclCallback::getFoundNamedDecls() const { |
| 21 | return FoundNamedDecls; |
| 22 | } |
| 23 | |
| 24 | const std::vector<const NamedDecl *> |
| 25 | NamedDeclCallback::getFoundNamedDecls(std::string MatcherTag) const { |