Home | History | Annotate | Download | only in Sema

Lines Matching defs:Policy

64   PrintingPolicy Policy = Context.getPrintingPolicy();
65 Policy.Bool = Context.getLangOpts().Bool;
66 if (!Policy.Bool) {
68 Policy.Bool = BoolMacro->isObjectLike() &&
74 return Policy;
872 // Set up the context's printing policy based on our current state.
974 void Sema::PopFunctionScopeInfo(const AnalysisBasedWarnings::Policy *WP,