Home | History | Annotate | Download | only in Parse

Lines Matching refs:Ident__except

65   if (!Ident__except && (getLangOpts().MicrosoftExt || getLangOpts().Borland))
66 Ident__except = PP.getIdentifierInfo("__except");
68 return Ident__except;
495 Ident__except = nullptr;