| 104 | } |
| 105 | |
| 106 | std::string GetPlainName(const DeclRefExpr& DRE) |
| 107 | { |
| 108 | return ScopeHandler::RemoveCurrentScope(GetNamePlain(*DRE.getDecl())); |
| 109 | } |
| 110 | //----------------------------------------------------------------------------- |
| 111 | |
| 112 | STRONG_BOOL(InsightsSuppressScope); |
no test coverage detected