Home | History | Annotate | Download | only in AST

Lines Matching refs:SuppressTagKeyword

64     bool SuppressTagKeyword;
69 SuppressTagKeyword = Policy.SuppressTagKeyword;
71 Policy.SuppressTagKeyword = true;
76 Policy.SuppressTagKeyword = SuppressTagKeyword;
842 // bool SuppressTagKeyword
843 // = Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword;
847 if (!(Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword ||