Home | History | Annotate | Download | only in Parse

Lines Matching refs:Ident__except

28   if (!Ident__except && (getLangOpts().MicrosoftExt || getLangOpts().Borland))
29 Ident__except = PP.getIdentifierInfo("__except");
31 return Ident__except;
446 Ident__except = 0;