Home | History | Annotate | Download | only in Sema

Lines Matching refs:Policy

54   PrintingPolicy Policy = Context.getPrintingPolicy();
55 Policy.Bool = Context.getLangOpts().Bool;
56 if (!Policy.Bool) {
59 Policy.Bool = BoolMacro->isObjectLike() &&
65 return Policy;
1048 // Set up the context's printing policy based on our current state.
1159 void Sema::PopFunctionScopeInfo(const AnalysisBasedWarnings::Policy *WP,