Lines Matching refs:Policy
54 PrintingPolicy Policy = Context.getPrintingPolicy();
55 // Our printing policy is copied over the ASTContext printing policy whenever
57 Policy.Bool = Context.getLangOpts().Bool;
58 if (!Policy.Bool) {
60 Policy.Bool = BoolMacro->isObjectLike() &&
66 return Policy;
1041 // Set up the context's printing policy based on our current state.
1152 void Sema::PopFunctionScopeInfo(const AnalysisBasedWarnings::Policy *WP,