Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h121 PoisonIdentifierRAIIObject Ident__exception_code; variable
132 Ident__exception_code(Self.Ident__exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp458 Ident__exception_code = Ident__exception_info = Ident__abnormal_termination = 0; in Initialize()
466 Ident__exception_code = PP.getIdentifierInfo("_exception_code"); in Initialize()
473 PP.SetPoisonReason(Ident__exception_code,diag::err_seh___except_block); in Initialize()
DParseStmt.cpp380 PoisonIdentifierRAIIObject raii(Ident__exception_code, false), in ParseSEHExceptBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp105 Ident__exception_code = getIdentifierInfo("_exception_code"); in Preprocessor()
112 Ident__exception_info = Ident__exception_code = Ident__abnormal_termination = 0; in Preprocessor()
431 assert(Ident__exception_code && Ident__exception_info); in PoisonSEHIdentifiers()
433 Ident__exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/clang/include/clang/Lex/
DPreprocessor.h836 …IdentifierInfo *Ident__exception_code, *Ident___exception_code, *Ident_GetExceptionCode; // __exce…
/external/clang/include/clang/Parse/
DParser.h110 …IdentifierInfo *Ident__exception_code, *Ident___exception_code, *Ident_GetExceptionCode; // __exce… variable