Home
last modified time | relevance | path

Searched refs:Ident_GetExceptionCode (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Parse/
DRAIIObjectsForParser.h335 PoisonIdentifierRAIIObject Ident_GetExceptionCode; variable
346 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp462 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr; in Initialize()
471 Ident_GetExceptionCode = PP.getIdentifierInfo("GetExceptionCode"); in Initialize()
478 PP.SetPoisonReason(Ident_GetExceptionCode,diag::err_seh___except_block); in Initialize()
DParseStmt.cpp461 raii3(Ident_GetExceptionCode, false); in ParseSEHExceptBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp128 Ident_GetExceptionCode = getIdentifierInfo("GetExceptionCode"); in Preprocessor()
136 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
567 Ident_GetExceptionCode->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/clang/include/clang/Lex/
DPreprocessor.h1256 *Ident_GetExceptionCode;
/external/clang/include/clang/Parse/
DParser.h92 *Ident_GetExceptionCode; variable