Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DRAIIObjectsForParser.h341 PoisonIdentifierRAIIObject Ident___exception_code; variable
352 Ident___exception_code(Self.Ident___exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A 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()
H A DParseStmt.cpp463 raii2(Ident___exception_code, false), in ParseSEHExceptBlock()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A 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()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1255 *Ident___exception_code,
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h91 *Ident___exception_code, variable