Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h341 PoisonIdentifierRAIIObject Ident_GetExceptionCode; variable
352 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp502 Ident_GetExceptionCode = Ident_GetExceptionInfo = nullptr; in Initialize()
511 Ident_GetExceptionCode = PP.getIdentifierInfo("GetExceptionCode"); in Initialize()
518 PP.SetPoisonReason(Ident_GetExceptionCode,diag::err_seh___except_block); in Initialize()
DParseStmt.cpp479 raii3(Ident_GetExceptionCode, false); in ParseSEHExceptBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp132 Ident_GetExceptionCode = getIdentifierInfo("GetExceptionCode"); in Preprocessor()
140 Ident_GetExceptionInfo = Ident_GetExceptionCode = nullptr; in Preprocessor()
584 Ident_GetExceptionCode->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/clang/include/clang/Lex/
DPreprocessor.h1558 *Ident_GetExceptionCode;
/external/clang/include/clang/Parse/
DParser.h94 *Ident_GetExceptionCode; variable