| 607 | bool HasExtension() const { return this->Path.has_extension(); } |
| 608 | |
| 609 | bool IsAbsolute() const { return this->Path.is_absolute(); } |
| 610 | bool IsRelative() const { return this->Path.is_relative(); } |
| 611 | bool IsPrefix(cmCMakePath const& path) const; |
| 612 |
no outgoing calls