Home
last modified time | relevance | path

Searched refs:Ident__except (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp48 if (!Ident__except && (getLangOpts().MicrosoftExt || getLangOpts().Borland)) in getSEHExceptKeyword()
49 Ident__except = PP.getIdentifierInfo("__except"); in getSEHExceptKeyword()
51 return Ident__except; in getSEHExceptKeyword()
544 Ident__except = nullptr; in Initialize()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h115 IdentifierInfo *Ident__except; variable