Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DRAIIObjectsForParser.h338 PoisonIdentifierRAIIObject Ident__exception_code; variable
349 Ident__exception_code(Self.Ident__exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
DParser.cpp520 Ident__exception_code = Ident__exception_info = Ident__abnormal_termination = 0; in Initialize()
528 Ident__exception_code = PP.getIdentifierInfo("_exception_code"); in Initialize()
535 PP.SetPoisonReason(Ident__exception_code,diag::err_seh___except_block); in Initialize()
DParseStmt.cpp448 PoisonIdentifierRAIIObject raii(Ident__exception_code, false), in ParseSEHExceptBlock()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DPreprocessor.cpp123 Ident__exception_code = getIdentifierInfo("_exception_code"); in Preprocessor()
130 Ident__exception_info = Ident__exception_code = Ident__abnormal_termination = 0; in Preprocessor()
586 assert(Ident__exception_code && Ident__exception_info); in PoisonSEHIdentifiers()
588 Ident__exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h1147 IdentifierInfo *Ident__exception_code,
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h91 IdentifierInfo *Ident__exception_code, variable