Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDRAIIObjectsForParser.h347 PoisonIdentifierRAIIObject Ident___exception_code; variable
358 Ident___exception_code(Self.Ident___exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
HDParser.cpp497 Ident__abnormal_termination = Ident___exception_code = nullptr; in Initialize()
507 Ident___exception_code = PP.getIdentifierInfo("__exception_code"); in Initialize()
514 PP.SetPoisonReason(Ident___exception_code,diag::err_seh___except_block); in Initialize()
HDParseStmt.cpp457 raii2(Ident___exception_code, false), in ParseSEHExceptBlock()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp128 Ident___exception_code = getIdentifierInfo("__exception_code"); in Preprocessor()
136 Ident___exception_code = Ident___abnormal_termination = nullptr; in Preprocessor()
573 assert(Ident___exception_code && Ident___exception_info); in PoisonSEHIdentifiers()
575 Ident___exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h1524 *Ident___exception_code,
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h93 *Ident___exception_code, variable