| 4054 | } |
| 4055 | |
| 4056 | cmPolicies::PolicyStatus cmMakefile::GetPolicyStatus(cmPolicies::PolicyID id, |
| 4057 | bool parent_scope) const |
| 4058 | { |
| 4059 | return this->StateSnapshot.GetPolicy(id, parent_scope); |
| 4060 | } |
| 4061 | |
| 4062 | bool cmMakefile::PolicyOptionalWarningEnabled(std::string const& var) const |
| 4063 | { |
no test coverage detected