HomeSort by relevance Sort by last modified time
    Searched refs:Ident__exception_info (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 122 PoisonIdentifierRAIIObject Ident__exception_info;
133 Ident__exception_info(Self.Ident__exception_info, NewValue),
Parser.cpp 448 Ident__exception_code = Ident__exception_info = Ident__abnormal_termination = 0;
453 Ident__exception_info = PP.getIdentifierInfo("_exception_info");
466 PP.SetPoisonReason(Ident__exception_info,diag::err_seh___except_filter);
    [all...]
ParseStmt.cpp 422 Ident__exception_info->setIsPoisoned(false);
429 Ident__exception_info->setIsPoisoned(true);
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 159 Ident__exception_info = getIdentifierInfo("_exception_info");
169 Ident__exception_info = Ident__exception_code = Ident__abnormal_termination = 0;
477 assert(Ident__exception_code && Ident__exception_info);
482 Ident__exception_info->setIsPoisoned(Poison);
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 116 IdentifierInfo *Ident__exception_info,
    [all...]

Completed in 826 milliseconds