Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h341 PoisonIdentifierRAIIObject Ident___exception_code; variable
352 Ident___exception_code(Self.Ident___exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp460 Ident__abnormal_termination = Ident___exception_code = nullptr; in Initialize()
470 Ident___exception_code = PP.getIdentifierInfo("__exception_code"); in Initialize()
477 PP.SetPoisonReason(Ident___exception_code,diag::err_seh___except_block); in Initialize()
DParseStmt.cpp460 raii2(Ident___exception_code, false), in ParseSEHExceptBlock()
/external/clang/lib/Lex/
DPreprocessor.cpp127 Ident___exception_code = getIdentifierInfo("__exception_code"); in Preprocessor()
135 Ident___exception_code = Ident___abnormal_termination = nullptr; in Preprocessor()
564 assert(Ident___exception_code && Ident___exception_info); in PoisonSEHIdentifiers()
566 Ident___exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/clang/include/clang/Lex/
DPreprocessor.h1255 *Ident___exception_code,
/external/clang/include/clang/Parse/
DParser.h91 *Ident___exception_code, variable