| 334 | } |
| 335 | |
| 336 | bool IsAHeaderExtension(cm::string_view ext) const |
| 337 | { |
| 338 | return this->HeaderFileExtensions.Test(ext); |
| 339 | } |
| 340 | |
| 341 | // Strips the extension (if present and known) from a filename |
| 342 | std::string StripExtension(std::string const& file) const; |
no test coverage detected