Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h347 PoisonIdentifierRAIIObject Ident___exception_code; variable
358 Ident___exception_code(Self.Ident___exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp500 Ident__abnormal_termination = Ident___exception_code = nullptr; in Initialize()
510 Ident___exception_code = PP.getIdentifierInfo("__exception_code"); in Initialize()
517 PP.SetPoisonReason(Ident___exception_code,diag::err_seh___except_block); in Initialize()
DParseStmt.cpp478 raii2(Ident___exception_code, false), in ParseSEHExceptBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp131 Ident___exception_code = getIdentifierInfo("__exception_code"); in Preprocessor()
139 Ident___exception_code = Ident___abnormal_termination = nullptr; in Preprocessor()
581 assert(Ident___exception_code && Ident___exception_info); in PoisonSEHIdentifiers()
583 Ident___exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/clang/include/clang/Lex/
DPreprocessor.h1557 *Ident___exception_code,
/external/clang/include/clang/Parse/
DParser.h93 *Ident___exception_code, variable