| 18 | |
| 19 | private: |
| 20 | struct ArgMapKey { |
| 21 | clang::Expr *E; |
| 22 | unsigned ArgNo; |
| 23 | |
| 24 | bool operator<(const struct ArgMapKey &Key) const; |
| 25 | }; |
| 26 | struct GVMapKey { |
| 27 | std::string Path; |
| 28 | std::string Name; |
nothing calls this directly
no outgoing calls
no test coverage detected