| 294 | } |
| 295 | |
| 296 | bool cmSourceFile::Matches(cmSourceFileLocation const& loc) |
| 297 | { |
| 298 | return this->Location.Matches(loc); |
| 299 | } |
| 300 | |
| 301 | void cmSourceFile::SetProperty(std::string const& prop, cmValue value) |
| 302 | { |
no outgoing calls
no test coverage detected